Examples of FruitForestryPod


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

        else if(f.getName().contains("pods"))
        {
          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.