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:
parent
f2667db9de
commit
c15302a789
3 changed files with 52 additions and 66 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue