Examples of BackpackDefinitionLepidopterist


Examples of forestry.storage.items.ItemNaturalistBackpack.BackpackDefinitionLepidopterist

      BackpackManager.definitions.put(definition.getKey(), definition);
      ForestryItem.apiaristBackpack.registerItem(new ItemNaturalistBackpack(GuiId.ApiaristBackpackGUI.ordinal(), definition).setCreativeTab(Tabs.tabApiculture), "apiaristBag");
    }

    if (PluginManager.Module.LEPIDOPTEROLOGY.isEnabled()) {
      definition = new BackpackDefinitionLepidopterist("lepidopterist", 0x995b31);
      BackpackManager.definitions.put(definition.getKey(), definition);
      ForestryItem.lepidopteristBackpack.registerItem(new ItemNaturalistBackpack(GuiId.LepidopteristBackpackGUI.ordinal(), definition).setCreativeTab(Tabs.tabLepidopterology), "lepidopteristBag");
    }

    definition = new BackpackDefinition("miner", 0x36187d);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.