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());
}
Aggregations