Package powercrystals.minefactoryreloaded.modhelpers.forestry.trees

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

Related Classes of powercrystals.minefactoryreloaded.modhelpers.forestry.trees.HarvestableForestryTree

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.