Search in sources :

Example 1 with RedstoneProviderVanilla

use of com.bluepowermod.redstone.RedstoneProviderVanilla in project BluePower by Qmunity.

the class BluePower method postInit.

@EventHandler
public void postInit(FMLPostInitializationEvent event) {
    CompatibilityUtils.postInit(event);
    proxy.initRenderers();
    Recipes.init(CraftingManager.getInstance());
    AlloyFurnaceRegistry.getInstance().generateRecyclingRecipes();
    RedstoneApi.getInstance().registerRedstoneProvider(new RedstoneProviderVanilla());
}
Also used : RedstoneProviderVanilla(com.bluepowermod.redstone.RedstoneProviderVanilla) BPEventHandler(com.bluepowermod.event.BPEventHandler) WorldConversionEventHandler(com.bluepowermod.convert.WorldConversionEventHandler) EventHandler(cpw.mods.fml.common.Mod.EventHandler)

Aggregations

WorldConversionEventHandler (com.bluepowermod.convert.WorldConversionEventHandler)1 BPEventHandler (com.bluepowermod.event.BPEventHandler)1 RedstoneProviderVanilla (com.bluepowermod.redstone.RedstoneProviderVanilla)1 EventHandler (cpw.mods.fml.common.Mod.EventHandler)1