Package mods.natura.plugins.minefactoryreloaded.harvestables

Examples of mods.natura.plugins.minefactoryreloaded.harvestables.HarvestableNaturaCropPlant


        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(glowshroomId, HarvestType.Normal));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(glowshroomBlueId, HarvestType.Normal));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(glowshroomGreenId, HarvestType.Normal));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(glowshroomPurpleId, HarvestType.Normal));
        //crops
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableNaturaCropPlant(cropsId, cottonItemId));
        //bushes
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableNaturaBerry(berryBushId, berryItemId));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableNaturaBerry(netherBerryBushId, netherBerryItemId));
        //trees
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(treeId, HarvestType.Tree));
View Full Code Here

TOP

Related Classes of mods.natura.plugins.minefactoryreloaded.harvestables.HarvestableNaturaCropPlant

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.