Skip to content

Commit

Permalink
Oredict turkey egg
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Nov 12, 2019
1 parent 0aaf4ee commit 0a1bd2f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ public static final void register() {
OreDictionary.registerOre("egg", ModItems.PHEASANT_EGG);
OreDictionary.registerOre("foodEgg", ModItems.PHEASANT_EGG);
OreDictionary.registerOre("eggCookable", ModItems.PHEASANT_EGG);
OreDictionary.registerOre("egg", ModItems.TURKEY_EGG);
OreDictionary.registerOre("foodEgg", ModItems.TURKEY_EGG);
OreDictionary.registerOre("eggCookable", ModItems.TURKEY_EGG);
}
}

0 comments on commit 0a1bd2f

Please sign in to comment.