Skip to content

Commit

Permalink
Update RegistrationHandler.java fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hampop authored Jun 23, 2023
1 parent fa64710 commit 75e3a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void registerItems(RegistryEvent.Register<Item> event) {
((Item)(new ItemDamageableCrafted(320)).setRegistryName("prehistoricdiner", "knife")).setTranslationKey("prehistoricdiner.knife").setCreativeTab(PrehistoricDiner.CREATIVE_TAB),
((Item)(new ItemDamageableCrafted(320)).setRegistryName("prehistoricdiner", "ladle")).setTranslationKey("prehistoricdiner.ladle").setCreativeTab(PrehistoricDiner.CREATIVE_TAB),
((Item)(new ItemDamageableCrafted(320)).setRegistryName("prehistoricdiner", "grinder")).setTranslationKey("prehistoricdiner.grinder").setCreativeTab(PrehistoricDiner.CREATIVE_TAB),
((Item)(new ItemDamageableCrafted(32)0).setRegistryName("prehistoricdiner", "rolling_pin")).setTranslationKey("prehistoricdiner.rolling_pin").setCreativeTab(PrehistoricDiner.CREATIVE_TAB)
((Item)(new ItemDamageableCrafted(320)).setRegistryName("prehistoricdiner", "rolling_pin")).setTranslationKey("prehistoricdiner.rolling_pin").setCreativeTab(PrehistoricDiner.CREATIVE_TAB)


};
Expand Down

0 comments on commit 75e3a3a

Please sign in to comment.