Skip to content

Commit

Permalink
Move BoltCasting registration to postInit so IMC'd materials (pre-pos…
Browse files Browse the repository at this point in the history
…tinit) are caught by it
  • Loading branch information
bonii-xx committed Feb 26, 2015
1 parent a2131f4 commit ab98ec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/tconstruct/weaponry/TinkerWeaponry.java
Expand Up @@ -118,7 +118,6 @@ public void init(FMLInitializationEvent event)
{
addPartRecipies();
addWeaponRecipies();
registerBoltCasting();
setupCreativeTab();

// Modifiers
Expand Down Expand Up @@ -159,6 +158,8 @@ public void postInit(FMLPostInitializationEvent event)
TConstruct.logger.error("Couldn't build basic Tinker Bolt for creative crossbow shootnig");

proxy.init();

registerBoltCasting();
}

private void registerItems()
Expand Down

0 comments on commit ab98ec2

Please sign in to comment.