Package mods.railcraft.common.blocks.machine

Examples of mods.railcraft.common.blocks.machine.MultiBlockHelper


        RailcraftFluids.preInit();
        MinecraftForge.EVENT_BUS.register(RailcraftFluids.getTextureHook());
        MinecraftForge.EVENT_BUS.register(BucketHandler.INSTANCE);

        Helpers.structures = new MultiBlockHelper();

        EntityItemFireproof.register();

        RecipeSorter.register("railcraft:rotor.repair", RotorRepairRecipe.class, RecipeSorter.Category.SHAPED, "after:minecraft:shaped");
        RecipeSorter.register("railcraft:locomotive.painting", LocomotivePaintingRecipe.class, RecipeSorter.Category.SHAPED, "after:minecraft:shaped");
View Full Code Here

TOP

Related Classes of mods.railcraft.common.blocks.machine.MultiBlockHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.