Skip to content

Commit

Permalink
Making @progwml6 happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Behrhof committed Sep 20, 2013
1 parent 3ab35f3 commit 6b3b619
Showing 1 changed file with 1 addition and 1 deletion.
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.875,)")
@Mod(modid = "TConstruct", name = "TConstruct", version = "1.6.6_1.4.6d1", dependencies = "required-after:Forge@[9.11.0.880,)")
@NetworkMod(serverSideRequired = false, clientSideRequired = true, channels = { "TConstruct" }, packetHandler = tconstruct.util.network.TPacketHandler.class)
public class TConstruct
{
Expand Down

0 comments on commit 6b3b619

Please sign in to comment.