Examples of HarvestableNaturaBerry


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

        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));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(rareTreeId, HarvestType.Tree));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(darkTreeId, HarvestType.Tree));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(redwoodId, HarvestType.Tree));
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.