Skip to content

Commit

Permalink
Update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Jan 9, 2017
1 parent 73a03f9 commit ad499df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mod_version=2.6.1
mod_version=2.6.2
minecraft_version=1.10.2
forge_version=12.18.3.2202
mappings=stable_29

mantle_version=1.1.3.+
mantle_version=1.1.4.+
jei_version=3.13.6.+
waila_version=1.7.0-B3_1.9.4
probe_version=1.10-1.1.4-35
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 @@ -60,7 +60,7 @@
version = TConstruct.modVersion,
guiFactory = "slimeknights.tconstruct.common.config.ConfigGui$ConfigGuiFactory",
dependencies = "required-after:Forge@[12.18.2.2115,);"
+ "required-after:mantle@[1.10.2-1.1.3,);"
+ "required-after:mantle@[1.10.2-1.1.4,);"
+ "after:JEI@[3.13.6.387,)",
acceptedMinecraftVersions = "[1.10.2, 1.11)")
public class TConstruct {
Expand Down

0 comments on commit ad499df

Please sign in to comment.