Package mods.railcraft.common.carts

Examples of mods.railcraft.common.carts.ItemBoreHeadDiamond


                    'F', Blocks.furnace,
                    'C', Items.minecart);

            String tag = "tool.bore.head.diamond";
            if (RailcraftConfig.isItemEnabled(tag)) {
                Item item = new ItemBoreHeadDiamond();
                ItemRegistry.registerItem(item);
                CraftingPlugin.addShapedRecipe(new ItemStack(item),
                        "III",
                        "IDI",
                        "III",
View Full Code Here

TOP

Related Classes of mods.railcraft.common.carts.ItemBoreHeadDiamond

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.