Package forestry.core.items

Examples of forestry.core.items.ItemFruit


    OreDictionary.registerOre("itemBeeswax", ForestryItem.beeswax.getItemStack());

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

    // FRUITS
    ForestryItem.fruits.registerItem(new ItemFruit(), "fruits");

    // / EMPTY LIQUID CONTAINERS
    ForestryItem.waxCapsule.registerItem(new ItemLiquidContainer(EnumContainerType.CAPSULE, -1).setMaxStackSize(64), "waxCapsule");
    ForestryItem.canEmpty.registerItem(new ItemLiquidContainer(EnumContainerType.CAN, -1).setMaxStackSize(64), "canEmpty");
    ForestryItem.refractoryEmpty.registerItem(new ItemLiquidContainer(EnumContainerType.REFRACTORY, -1).setMaxStackSize(64), "refractoryEmpty");
View Full Code Here

TOP

Related Classes of forestry.core.items.ItemFruit

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.