Package forestry.core.gadgets

Examples of forestry.core.gadgets.BlockResource


    ForestryBlock.soil.registerBlock(new BlockSoil(), ItemTypedBlock.class, "soil");
    ForestryBlock.soil.block().setHarvestLevel("shovel", 0, 0);
    ForestryBlock.soil.block().setHarvestLevel("shovel", 0, 1);

    ForestryBlock.resources.registerBlock(new BlockResource(), ItemForestryBlock.class, "resources");
    ForestryBlock.resources.block().setHarvestLevel("pickaxe", 1, 0);
    ForestryBlock.resources.block().setHarvestLevel("pickaxe", 1, 1);
    ForestryBlock.resources.block().setHarvestLevel("pickaxe", 1, 2);

    OreDictionary.registerOre("oreApatite", ForestryBlock.resources.getItemStack(1, 0));
View Full Code Here

TOP

Related Classes of forestry.core.gadgets.BlockResource

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.