mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-29 08:29:33 -05:00
Add smelting recipe for cooked omelet to the mod
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
This commit is contained in:
parent
059f2d881b
commit
15b1027f9b
1 changed files with 11 additions and 0 deletions
11
src/main/resources/data/hdm_mod/recipes/omelet_cooked.json
Normal file
11
src/main/resources/data/hdm_mod/recipes/omelet_cooked.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue