Added oreQuartz

Gives a default quartz Ore Dictionary (I know of at least 3 used by different mods that use Nether Quartz as an equivalent).
This commit is contained in:
Asajz 2013-05-10 16:29:58 -05:00
parent e805d53089
commit c6a1db22ff
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