Package mods.railcraft.common.blocks.machine.epsilon

Examples of mods.railcraft.common.blocks.machine.epsilon.EnumMachineEpsilon.register()


//                rotor.setItemDamage(25000);
//                CraftingPlugin.addShapelessRecipe(rotor, RailcraftPartItems.getTurbineRotor());
        }

        EnumMachineEpsilon epsilon = EnumMachineEpsilon.ELECTRIC_FEEDER;
        if (epsilon.register())
            CraftingPlugin.addShapedRecipe(epsilon.getItem(),
                    "PCP",
                    "CCC",
                    "PCP",
                    'P', RailcraftItem.plate.getRecipeObject(EnumPlate.TIN),
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.