Files
minecraft-assets/data/minecraft/recipes/cooked_mutton.json
2024-04-22 10:30:43 +02:00

12 lines
209 B
JSON

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