Skip to content

Commit

Permalink
Update to forge 1384 for the fluid api fixes with delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Apr 20, 2015
1 parent b9e4667 commit c098192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
@@ -1,5 +1,5 @@
minecraft_version=1.7.10
forge_version=10.13.3.1370-1.7.10
forge_version=10.13.3.1384-1.7.10
mantle_version=0.3.2.jenkins187
CCLIB_version=1.1.1.99
NEI_version=1.0.3.66
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/TConstruct.java
Expand Up @@ -69,7 +69,7 @@
*/

@Mod(modid = "TConstruct", name = "TConstruct", version = "${version}",
dependencies = "required-after:Forge@[10.13.3.1355,11.14);" +
dependencies = "required-after:Forge@[10.13.3.1384,11.14);" +
"required-after:Mantle@[1.7.10-0.3.2,);" +
"after:MineFactoryReloaded@[1.7.10R2.8.0RC7,);" +
"after:ThermalExpansion@[1.7.10R4.0.0RC2,);" +
Expand Down

0 comments on commit c098192

Please sign in to comment.