Examples of FertilizableForestryPods


Examples of powercrystals.minefactoryreloaded.modhelpers.forestry.pods.FertilizableForestryPods

        {
          Block pods = ((Block)f.get(null));
          if(pods != null)
          {
            MFRRegistry.registerFruit(new FruitForestryPod(pods.blockID));
            MFRRegistry.registerFertilizable(new FertilizableForestryPods(pods.blockID));
          }
        }
      }
      MFRRegistry.registerFertilizer(new FertilizerForestry(ForestryUtils.getItem("fertilizerCompound")));
    }
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.