Cleaned up and automated some recipe stuff

Correct recipes to and from storage blocks are now available. The old wrong ones still need to be removed (e.g. sapphires to chrome block.)
This commit is contained in:
joflashstudios 2015-06-26 02:09:45 -04:00
parent f2667db9de
commit c15302a789
3 changed files with 52 additions and 66 deletions

View file

@ -29,6 +29,11 @@ public class BlockStorage extends Block {
return BlockStorage2.getStorageBlockByName(name, count);
}
public static ItemStack getStorageBlockByName(String name)
{
return getStorageBlockByName(name, 1);
}
public static final String[] types = new String[]
{ "silver", "aluminum", "titanium", "chrome", "steel", "brass", "lead",
"electrum", "zinc", "platinum", "tungsten", "nickel", "invar", "osmium",