Skip to content

Commit

Permalink
more of tcontent refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Nov 30, 2013
1 parent f31e0cd commit b79ed2c
Show file tree
Hide file tree
Showing 4 changed files with 1,290 additions and 1,245 deletions.
8 changes: 4 additions & 4 deletions src/main/java/tconstruct/TConstruct.java
Expand Up @@ -92,7 +92,7 @@ public void preInit (FMLPreInitializationEvent event)
events = new TEventHandler();
MinecraftForge.EVENT_BUS.register(events);
MinecraftForge.EVENT_BUS.register(new TEventHandlerAchievement());
content.oreRegistry();
TRecipes.oreRegistry();

proxy.registerRenderer();
proxy.addNames();
Expand Down Expand Up @@ -161,10 +161,10 @@ public void postInit (FMLPostInitializationEvent evt)
proxy.postInit();
Behavior.registerBuiltInBehaviors();
SpecialStackHandler.registerBuiltInStackHandlers();
content.modIntegration();
content.addOreDictionarySmelteryRecipes();
TRecipes.modIntegration();
TRecipes.addOreDictionarySmelteryRecipes();
content.createEntities();
content.modRecipes();
TRecipes.modRecipes();

PluginController.getController().postInit();
}
Expand Down

0 comments on commit b79ed2c

Please sign in to comment.