Skip to content

Commit

Permalink
Update build to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Apr 10, 2016
1 parent 204de93 commit 8ac8d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_version=2.2.1
mod_version=2.2.2
minecraft_version=1.9
forge_version=12.16.0.1832-1.9
forge_version=12.16.0.1850-1.9
mappings=snapshot_20160403

mantle_version=0.9.3.jenkins112
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/slimeknights/tconstruct/TConstruct.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
name = "Tinkers' Construct",
version = TConstruct.modVersion,
guiFactory = "slimeknights.tconstruct.common.config.ConfigGui$ConfigGuiFactory",
dependencies = "required-after:Forge@[12.16.0.1819,);"
+ "required-after:mantle@[1.9-0.9.3,)",
dependencies = "required-after:Forge@[12.16.0.1850,);"
+ "required-after:mantle@[1.9-0.9.4,)",
acceptedMinecraftVersions = "[1.9,]")
public class TConstruct {

Expand Down

0 comments on commit 8ac8d11

Please sign in to comment.