Skip to content

Commit

Permalink
Require at least forge 1200 to get rid of all those "stuff doesn't re…
Browse files Browse the repository at this point in the history
…nder" problems.
  • Loading branch information
bonii-xx committed Sep 26, 2014
1 parent aaedf04 commit 47ee4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/TConstruct.java
Expand Up @@ -68,7 +68,7 @@
*/

@Mod(modid = "TConstruct", name = "TConstruct", version = "${version}",
dependencies = "required-after:Forge@[10.13,);required-after:Mantle;after:MineFactoryReloaded;after:NotEnoughItems;after:Waila;after:ThermalExpansion")
dependencies = "required-after:Forge@[10.13.0.1200,);required-after:Mantle@[0.3.1,);after:MineFactoryReloaded;after:NotEnoughItems;after:Waila;after:ThermalExpansion")
public class TConstruct
{
public static final String modVersion = "${version}";
Expand Down

0 comments on commit 47ee4f4

Please sign in to comment.