Package forestry.storage.items.ItemNaturalistBackpack

Examples of forestry.storage.items.ItemNaturalistBackpack.BackpackDefinitionApiarist


    // BACKPACKS
    BackpackDefinition definition;

    if (PluginManager.Module.APICULTURE.isEnabled()) {
      definition = new BackpackDefinitionApiarist("apiarist", 0xc4923d);
      BackpackManager.definitions.put(definition.getKey(), definition);
      ForestryItem.apiaristBackpack.registerItem(new ItemNaturalistBackpack(GuiId.ApiaristBackpackGUI.ordinal(), definition).setCreativeTab(Tabs.tabApiculture), "apiaristBag");
    }

    if (PluginManager.Module.LEPIDOPTEROLOGY.isEnabled()) {
View Full Code Here

TOP

Related Classes of forestry.storage.items.ItemNaturalistBackpack.BackpackDefinitionApiarist

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.