Package mods.railcraft.common.blocks.machine.beta

Examples of mods.railcraft.common.blocks.machine.beta.EnumMachineBeta.register()


        initIronTank();
        initSteelTank();

        EnumMachineBeta voidChest = EnumMachineBeta.VOID_CHEST;
        if (voidChest.register())
            CraftingPlugin.addShapedRecipe(voidChest.getItem(),
                    "OOO",
                    "OPO",
                    "OOO",
                    'O', new ItemStack(Blocks.obsidian),
View Full Code Here


                    'C', Blocks.crafting_table);
        } else
            RollingMachineCraftingManager.copyRecipesToWorkbench();

        EnumMachineBeta metalsChest = EnumMachineBeta.METALS_CHEST;
        if (metalsChest.register())
            CraftingPlugin.addShapedRecipe(metalsChest.getItem(),
                    "GPG",
                    "PAP",
                    "GPG",
                    'A', new ItemStack(Blocks.anvil),
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.