Skip to content

Commit

Permalink
Fix wrong mod ID for Ex Nihilo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Mar 5, 2018
1 parent ce7d4d6 commit 4133b5b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@
+ "required-after:mantle;"
+ "required-after:tconstruct@[1.12-2.7.4.38,);"
+ "after:chisel@[MC1.12-0.1.0.22,);"
+ "after:exnihiloadscensio",
+ "after:exnihilocreatio",
acceptedMinecraftVersions = "[1.12, 1.13)")
public class TinkersComplement {
public static final String modID = "tcomplement";
Expand Down

0 comments on commit 4133b5b

Please sign in to comment.