Skip to content

Commit

Permalink
Update Mantle build requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Mar 30, 2019
1 parent e6c434f commit 09b9fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version_short=1.12
forge_version=14.23.1.2594
mappings=snapshot_20170801

mantle_version=1.3.3.46
mantle_version=1.3.3.49

jei_version=4.8.+
hwyla_version=1.8.23-B38_1.12
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/slimeknights/tconstruct/TConstruct.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
version = TConstruct.modVersion,
guiFactory = "slimeknights.tconstruct.common.config.ConfigGui$ConfigGuiFactory",
dependencies = "required-after:forge@[14.23.1.2577,);"
+ "required-after:mantle@[1.12-1.3.3,);"
+ "required-after:mantle@[1.12-1.3.3.49,);"
+ "after:jei@[4.8,);"
+ "before:taiga@(1.3.0,);"
+ "after:chisel",
Expand Down

0 comments on commit 09b9fcb

Please sign in to comment.