Package mods.railcraft.common.util.crafting

Examples of mods.railcraft.common.util.crafting.RotorRepairRecipe


                    'P', RailcraftItem.plate.getRecipeObject(EnumPlate.STEEL),
                    'B', "blockSteel");

            RailcraftPartItems.getTurbineRotor();

            CraftingPlugin.addRecipe(new RotorRepairRecipe());

//                ItemStack rotor = RailcraftPartItems.getTurbineRotor();
//                rotor.setItemDamage(25000);
//                CraftingPlugin.addShapelessRecipe(rotor, RailcraftPartItems.getTurbineRotor());
        }
View Full Code Here

TOP

Related Classes of mods.railcraft.common.util.crafting.RotorRepairRecipe

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.