Examples of FertilizableNaturaCrop


Examples of mods.natura.plugins.minefactoryreloaded.fertilizables.FertilizableNaturaCrop

        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableNaturaTreeLeaves(darkLeavesId));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableNaturaTreeLeaves(floraLeavesId));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableNaturaTreeLeaves(floraLeavesNoColorId));
        FactoryRegistry.sendMessage("registerHarvestable",new HarvestableNaturaTreeLeaves(thornVinesId));

        FactoryRegistry.sendMessage("registerFertilizable",new FertilizableNaturaCrop(cropsId));
        FactoryRegistry.sendMessage("registerFertilizable", new FertilizableSapling(floraSaplingId));
        FactoryRegistry.sendMessage("registerFertilizable",new FertilizableSapling(rareSaplingId));

        /*
         *  The sludge boiler takes sludge from harvester machines and boils it to get soil-like items,
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.