Skip to content

Commit

Permalink
Update version to 2.1.0 and update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Feb 21, 2016
1 parent c436157 commit a4411f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod_version=2.0.2
mod_version=2.1.0
minecraft_version=1.8.9
forge_version=11.15.1.1748
forge_version=11.15.1.1755
mappings=snapshot_20151212

mantle_version=0.7.jenkins90
mantle_version=0.8.jenkins92
jei_version=2.25.+
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@[11.15.1.1748,);"
+ "required-after:mantle@[1.8.8-0.7,)",
dependencies = "required-after:Forge@[11.15.1.1755,);"
+ "required-after:mantle@[1.8.9-0.8,)",
acceptedMinecraftVersions = "1.8.9")
public class TConstruct {

Expand Down

0 comments on commit a4411f9

Please sign in to comment.