Package forestry.core.items

Examples of forestry.core.items.ItemForestryShovel


    // / TOOLS
    ForestryItem.bronzePickaxe.registerItem(new ItemForestryPickaxe(ForestryItem.brokenBronzePickaxe.getItemStack()), "bronzePickaxe");
    ForestryItem.bronzePickaxe.item().setHarvestLevel("pickaxe", 3);
    MinecraftForge.EVENT_BUS.register(ForestryItem.bronzePickaxe.item());
    ForestryItem.bronzeShovel.registerItem(new ItemForestryShovel(ForestryItem.brokenBronzeShovel.getItemStack()), "bronzeShovel");
    ForestryItem.bronzeShovel.item().setHarvestLevel("shovel", 3);
    MinecraftForge.EVENT_BUS.register(ForestryItem.bronzeShovel.item());

    // / ASSEMBLY KITS
    ForestryItem.kitShovel.registerItem(new ItemAssemblyKit(ForestryItem.bronzeShovel.getItemStack()), "kitShovel");
View Full Code Here

TOP

Related Classes of forestry.core.items.ItemForestryShovel

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.