Package mods.railcraft.common.blocks.machine.delta

Examples of mods.railcraft.common.blocks.machine.delta.EnumMachineDelta.register()


                    "PCP",
                    'P', RailcraftItem.plate.getRecipeObject(EnumPlate.TIN),
                    'C', "ingotCopper");

        EnumMachineDelta delta = EnumMachineDelta.WIRE;
        if (delta.register())
            RailcraftCraftingManager.rollingMachine.getRecipeList().add(new ShapedOreRecipe(delta.getItem(8),
                    "LPL",
                    "PCP",
                    "LPL",
                    'C', "blockCopper",
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.