Examples of EnumMachineDelta


Examples of mods.railcraft.common.blocks.machine.delta.EnumMachineDelta

                    "CCC",
                    "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",
                    'P', Items.paper,
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.