Package powercrystals.minefactoryreloaded.modhelpers.forestry.pods

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

Related Classes of powercrystals.minefactoryreloaded.modhelpers.forestry.pods.FruitForestryPod

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.