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);