Files
IMoO/behavior_pack/recipes/mw_food_fish_steak.json
2022-02-05 22:50:03 +03:00

21 lines
445 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_food:fish_steak"
},
"tags": [
"crafting_table"
],
"group": "candle",
"ingredients": [
{
"item": "minecraft:salmon"
}
],
"result": {
"item": "mw_food:fish_steak",
"count": 2
}
}
}