Skip to content

Commit

Permalink
Move oredict integration for part-building to postInit #1382
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Feb 14, 2015
1 parent 4611e2b commit 6a6ea4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/tconstruct/tools/TinkerTools.java
Expand Up @@ -345,6 +345,7 @@ public void init (FMLInitializationEvent event)
public void postInit (FMLPostInitializationEvent evt)
{
vanillaToolRecipes();
addOreDictPartMapping();
modIntegration();
metalPartCraftingIntegration();

Expand Down Expand Up @@ -381,7 +382,9 @@ private void addPartMapping ()
}
}
}
}

private void addOreDictPartMapping() {
registerPatternMaterial("plankWood", 2, "Wood");
registerPatternMaterial("stickWood", 1, "Wood");
registerPatternMaterial("slabWood", 1, "Wood");
Expand Down

0 comments on commit 6a6ea4e

Please sign in to comment.