Files
minecraft-assets/data/minecraft/recipes/cooked_mutton_from_smoking.json
2024-03-13 18:29:36 +01:00

12 lines
208 B
JSON

{
"type": "minecraft:smoking",
"category": "food",
"cookingtime": 100,
"experience": 0.35,
"ingredient": {
"item": "minecraft:mutton"
},
"result": {
"id": "minecraft:cooked_mutton"
}
}