Examples of FertilizableForestryLeaves


Examples of powercrystals.minefactoryreloaded.modhelpers.forestry.leaves.FertilizableForestryLeaves

        {
          Block leaves = ((Block)f.get(null));
          if(leaves != null)
          {
            MFRRegistry.registerFruit(new FruitForestry(leaves.blockID));
            MFRRegistry.registerFertilizable(new FertilizableForestryLeaves(leaves.blockID));
          }
        }
        else if(f.getName().contains("pods"))
        {
          Block pods = ((Block)f.get(null));
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.