Examples of FertilizableForestryTree


Examples of powercrystals.minefactoryreloaded.modhelpers.forestry.trees.FertilizableForestryTree

        Item peat = (Item)forestryItems.getField("peat").get(null);
        MFRRegistry.registerSludgeDrop(5, new ItemStack(peat));
      }
     
      MFRRegistry.registerPlantable(new PlantableForestryTree());
      MFRRegistry.registerFertilizable(new FertilizableForestryTree());
     
      for(Field f : Class.forName("forestry.core.config.ForestryBlock").getDeclaredFields())
      {
        if(f.getName().contains("log"))
        {
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.