Package forestry.arboriculture.gadgets

Examples of forestry.arboriculture.gadgets.BlockFireproofPlanks


    for (ForestryBlock plank : planks) {
      plank.block().setHarvestLevel("axe", 0);
      OreDictionary.registerOre("plankWood", plank.getWildcard());
    }

    ForestryBlock.fireproofPlanks1.registerBlock(new BlockFireproofPlanks(PlankCat.CAT0), ItemWoodBlock.class, "fireproofPlanks1");
    ForestryBlock.fireproofPlanks2.registerBlock(new BlockFireproofPlanks(PlankCat.CAT1), ItemWoodBlock.class, "fireproofPlanks2");

    for (ForestryBlock plank : fireproofPlanks) {
      plank.block().setHarvestLevel("axe", 0);
      OreDictionary.registerOre("plankWood", plank.getWildcard());
    }
View Full Code Here

TOP

Related Classes of forestry.arboriculture.gadgets.BlockFireproofPlanks

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.