Package forestry.arboriculture.gadgets

Examples of forestry.arboriculture.gadgets.BlockArbStairs


      block.block().setHarvestLevel("axe", 0);
      OreDictionary.registerOre("fenceWood", block.getWildcard());
    }

    // Stairs
    ForestryBlock.stairs.registerBlock(new BlockArbStairs(ForestryBlock.planks1.block(), 0), ItemStairs.class, "stairs");
    ForestryBlock.stairs.block().setHarvestLevel("axe", 0);

    // Saplings
    ForestryBlock.saplingGE.registerBlock(new BlockSapling(), ItemForestryBlock.class, "saplingGE");
View Full Code Here

TOP

Related Classes of forestry.arboriculture.gadgets.BlockArbStairs

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.