Files
IMoO/behavior_pack/recipes/mw_food_fish_fillet.json
2022-02-05 22:47:44 +03:00

21 lines
444 B
JSON

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