Package mods.natura.plugins.minefactoryreloaded.plantables

Examples of mods.natura.plugins.minefactoryreloaded.plantables.PlantableStandard


        Block thornVinesId = NContent.thornVines  ;

        FactoryRegistry.sendMessage("registerPlantable",new PlantableNaturaCrop(seedsId, cropsId));
        FactoryRegistry.sendMessage("registerPlantable",new PlantableNaturaBerry(Item.getItemFromBlock(berryBushId), berryBushId));
        FactoryRegistry.sendMessage("registerPlantable",new PlantableNaturaNetherBerry(Item.getItemFromBlock(netherBerryBushId), netherBerryBushId));
        FactoryRegistry.sendMessage("registerPlantable",new PlantableStandard(saguaroFruitId, saguaroId));
        FactoryRegistry.sendMessage("registerPlantable",new PlantableStandard(Item.getItemFromBlock(floraSaplingId), floraSaplingId));

        //misc plants
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(bluebellsId, HarvestType.Normal));
        //glowshrooms
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableStandard(glowshroomId, HarvestType.Normal));
View Full Code Here

TOP

Related Classes of mods.natura.plugins.minefactoryreloaded.plantables.PlantableStandard

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.