Package forestry.core.items

Examples of forestry.core.items.ItemPipette$PipetteContents


    OreDictionary.registerOre("ingotTin", ForestryItem.ingotTin.getItemStack());
    OreDictionary.registerOre("ingotBronze", ForestryItem.ingotBronze.getItemStack());

    // / TOOLS
    ForestryItem.wrench.registerItem((new ItemWrench()), "wrench");
    ForestryItem.pipette.registerItem(new ItemPipette(), "pipette");

    // / MACHINES
    ForestryItem.sturdyCasing.registerItem((new ItemForestry()), "sturdyMachine");
    ForestryItem.hardenedCasing.registerItem((new ItemForestry()), "hardenedMachine");
    ForestryItem.impregnatedCasing.registerItem((new ItemForestry()), "impregnatedCasing");
View Full Code Here

TOP

Related Classes of forestry.core.items.ItemPipette$PipetteContents

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.