Changed dustLapis to gemLapis to make OM SHUT THE HELL UP.
This commit is contained in:
parent
dd5b51aac1
commit
c45ed6f6d8
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public class OreDictionary
|
|||
registerOre("gemQuartz", Items.quartz);
|
||||
registerOre("dustRedstone", Items.redstone);
|
||||
registerOre("dustGlowstone", Items.glowstone_dust);
|
||||
registerOre("dustLapis", new ItemStack(Items.dye, 1, 4));
|
||||
registerOre("gemLapis", new ItemStack(Items.dye, 1, 4));
|
||||
registerOre("slimeball", Items.slime_ball);
|
||||
registerOre("glowstone", Blocks.glowstone);
|
||||
registerOre("cropWheat", Items.wheat);
|
||||
|
|
Loading…
Reference in a new issue