Skip to content

Commit

Permalink
Update Forge build version
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Sep 19, 2013
1 parent 6d495ce commit eb02cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -18,7 +18,7 @@
<property name="mcpsrc.dir" value="${mcp.dir}/src"/>

<property name="mc.version" value="1.6.3"/>
<property name="forge.version" value="9.11.0.873"/>
<property name="forge.version" value="9.11.0.875"/>

<property name="version.major" value="0"/>
<property name="version.minor" value="0"/>
Expand Down
2 changes: 1 addition & 1 deletion src/tconstruct/TConstruct.java
Expand Up @@ -43,7 +43,7 @@
* @dependencies: IC2 API, MFR API
*/

@Mod(modid = "TConstruct", name = "TConstruct", version = "1.6.3_1.4.6d1", dependencies = "required-after:Forge@[9.11.0.873,)")
@Mod(modid = "TConstruct", name = "TConstruct", version = "1.6.3_1.4.6d1", dependencies = "required-after:Forge@[9.11.0.875,)")
@NetworkMod(serverSideRequired = false, clientSideRequired = true, channels = { "TConstruct" }, packetHandler = tconstruct.util.network.TPacketHandler.class)
public class TConstruct
{
Expand Down

0 comments on commit eb02cf4

Please sign in to comment.