Add smelting recipe for cooked omelet to the mod

Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
This commit is contained in:
dragonruler1000 2025-05-28 11:15:15 -05:00
parent 059f2d881b
commit 15b1027f9b

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:smelting",
"category": "food",
"ingredient": {
"item": "hdm_mod:omelet"
},
"result": "hdm_mod:omelet-cooked",
"experience": 1,
"cookingtime": 200,
"group": "omelets"
}