Fix lots of issues
This commit is contained in:
parent
620bbfc1df
commit
cec54aa0c8
16 changed files with 1009 additions and 1461 deletions
|
@ -24,7 +24,7 @@ public class BlockStorage2 extends BaseBlock implements ITexturedBlock
|
|||
|
||||
public static final String[] types = new String[] { "tungstensteel", "lodestone", "tellurium",
|
||||
"iridium_reinforced_tungstensteel", "iridium_reinforced_stone", "ruby", "sapphire", "peridot",
|
||||
"yellowGarnet", "redGarnet", "copper", "tin" };
|
||||
"yellowGarnet", "redGarnet", "copper", "tin", "refinedIron" };
|
||||
public PropertyInteger METADATA;
|
||||
|
||||
public BlockStorage2(Material material)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue