Skip to content

Commit

Permalink
Version bump to 2.0.2 and requires mantle 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Jan 22, 2016
1 parent 7452988 commit ba17599
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
@@ -1,4 +1,4 @@
mod_version=2.0.1
mod_version=2.0.2
minecraft_version=1.8.9
forge_version=11.15.0.1710
mappings=snapshot_20151212
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 @@ -51,7 +51,7 @@
version = TConstruct.modVersion,
guiFactory = "slimeknights.tconstruct.common.config.ConfigGui$ConfigGuiFactory",
dependencies = "required-after:Forge@[11.15.0.1700,);"
+ "required-after:mantle@[1.8.8-0.6,)",
+ "required-after:mantle@[1.8.8-0.7,)",
acceptedMinecraftVersions = "1.8.9")
public class TConstruct {

Expand Down

0 comments on commit ba17599

Please sign in to comment.