Added a recipe. just need to get it to work.

This commit is contained in:
dragonruler1000 2025-05-09 09:32:54 -05:00
parent 15d8ab29b9
commit c12f41f1a4
3 changed files with 18 additions and 3 deletions

View file

@ -13,7 +13,7 @@ public class ModItems {
DeferredRegister.create(ForgeRegistries.ITEMS, Hdm_mod.MOD_ID);
public static final RegistryObject<Item> DUST = ITEMS.register("dust",
() -> new Item(new Item.Properties().isImmuneToFire().maxStackSize(63).group(ModItemGroup.HDM_ITEM_GROUP)));
() -> new Item(new Item.Properties().isImmuneToFire().maxStackSize(42).group(ModItemGroup.HDM_ITEM_GROUP)));
// public static final RegistryObject<Item> OMELET = ITEMS.register("omelet",
// () -> new Item(new Item.Properties().food()))