Merge pull request #563 from Asajz/master

Default Quartz Ore Dictionary
This commit is contained in:
LexManos 2013-05-13 21:23:46 -07:00
commit 0f36b52d7d
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ public class OreDictionary
registerOre("oreDiamond", Block.oreDiamond);
registerOre("oreRedstone", Block.oreRedstone);
registerOre("oreEmerald", Block.oreEmerald);
registerOre("oreQuartz", Block.oreNetherQuartz);
}
// Build our list of items to replace with ore tags