Package forestry.core.gadgets

Examples of forestry.core.gadgets.BlockResourceStorageBlock


    OreDictionary.registerOre("oreApatite", ForestryBlock.resources.getItemStack(1, 0));
    OreDictionary.registerOre("oreCopper", ForestryBlock.resources.getItemStack(1, 1));
    OreDictionary.registerOre("oreTin", ForestryBlock.resources.getItemStack(1, 2));
   
    ForestryBlock.resourceStorage.registerBlock(new BlockResourceStorageBlock(), ItemForestryBlock.class, "resourceStorage");
    ForestryBlock.resourceStorage.block().setHarvestLevel("pickaxe", 0, 0);
    ForestryBlock.resourceStorage.block().setHarvestLevel("pickaxe", 0, 1);
    ForestryBlock.resourceStorage.block().setHarvestLevel("pickaxe", 0, 2);
    ForestryBlock.resourceStorage.block().setHarvestLevel("pickaxe", 0, 3);
View Full Code Here

TOP

Related Classes of forestry.core.gadgets.BlockResourceStorageBlock

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.