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

Examples of mods.railcraft.common.blocks.machine.epsilon.EnumMachineEpsilon


//                ItemStack rotor = RailcraftPartItems.getTurbineRotor();
//                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),
                    'C', "ingotCopper");
View Full Code Here

TOP

Related Classes of mods.railcraft.common.blocks.machine.epsilon.EnumMachineEpsilon

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.