Changed dustLapis to gemLapis to make OM SHUT THE HELL UP.

This commit is contained in:
LexManos 2014-06-11 22:43:15 -07:00
parent dd5b51aac1
commit c45ed6f6d8
1 changed files with 1 additions and 1 deletions

View File

@ -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);