Add "sand" to the OreDictionary Closes #1487

This commit is contained in:
Lex Manos 2014-12-07 00:44:20 -08:00
parent 49eeedd854
commit 9cf9d6a8e8
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ public class OreDictionary
registerOre("stone", Blocks.stone);
registerOre("cobblestone", Blocks.cobblestone);
registerOre("sandstone", new ItemStack(Blocks.sandstone, 1, WILDCARD_VALUE));
registerOre("sand", new ItemStack(Blocks.sand, 1, WILDCARD_VALUE));
registerOre("dye", new ItemStack(Items.dye, 1, WILDCARD_VALUE));
registerOre("record", Items.record_13);
registerOre("record", Items.record_cat);