Package forestry.core.items

Examples of forestry.core.items.ItemArmorNaturalist


    ForestryItem.impregnatedCasing.registerItem((new ItemForestry()), "impregnatedCasing");

    ForestryItem.craftingMaterial.registerItem(new ItemMisc(), "craftingMaterial");

    /* ARMOR */
    ForestryItem.naturalistHat.registerItem(new ItemArmorNaturalist(0), "naturalistHelmet");

    // / DISCONTINUED
    // ForestryItem.vialEmpty = (new
    // ItemForestry(Config.getOrCreateIntProperty("vialEmpty",
    // Config.CATEGORY_ITEM, Defaults.ID_ITEM_VIAL_EMPTY)))
View Full Code Here

TOP

Related Classes of forestry.core.items.ItemArmorNaturalist

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.