Merge pull request #563 from Asajz/master
Default Quartz Ore Dictionary
This commit is contained in:
commit
0f36b52d7d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue