Examples of HarvestableForestryTree


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

        if(f.getName().contains("log"))
        {
          Block log = ((Block)f.get(null));
          if(log != null)
          {
            MFRRegistry.registerHarvestable(new HarvestableForestryTree(log.blockID));
            MFRRegistry.registerFruitLogBlockId(log.blockID);
          }
        }
        else if(f.getName().contains("leaves"))
        {
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.