Skip to content

Commit

Permalink
Fixed TinkerTools.modIntegration not being called
Browse files Browse the repository at this point in the history
Fixes #734
  • Loading branch information
squeek502 committed Jul 21, 2014
1 parent beffc0b commit 6b2e266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/tconstruct/tools/TinkerTools.java
Expand Up @@ -410,6 +410,7 @@ public void init (FMLInitializationEvent event)
public void postInit (FMLPostInitializationEvent evt)
{
vanillaToolRecipes();
modIntegration();
}

private void addPartMapping ()
Expand Down

0 comments on commit 6b2e266

Please sign in to comment.