Examples of FertilizerForestry


Examples of powercrystals.minefactoryreloaded.modhelpers.forestry.fertilizer.FertilizerForestry

            MFRRegistry.registerFruit(new FruitForestryPod(pods.blockID));
            MFRRegistry.registerFertilizable(new FertilizableForestryPods(pods.blockID));
          }
        }
      }
      MFRRegistry.registerFertilizer(new FertilizerForestry(ForestryUtils.getItem("fertilizerCompound")));
    }
    catch(Exception x)
    {
      x.printStackTrace();
    }
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.