Add Iron Nugget to OreDictionary (#3571)

This commit is contained in:
Modmuss50 2017-01-12 00:19:08 +00:00 committed by LexManos
parent a718077a2e
commit 04885b3150
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ public class OreDictionary
registerOre("ingotBrick", Items.BRICK);
registerOre("ingotBrickNether", Items.NETHERBRICK);
registerOre("nuggetGold", Items.GOLD_NUGGET);
registerOre("nuggetIron", Items.field_191525_da);
// gems and dusts
registerOre("gemDiamond", Items.DIAMOND);