minecraft-src/data/minecraft/recipe/cooked_beef_from_campfire_cooking.json
2025-07-04 01:41:11 +03:00

12 lines
No EOL
213 B
JSON

{
"type": "minecraft:campfire_cooking",
"category": "food",
"cookingtime": 600,
"experience": 0.35,
"ingredient": {
"item": "minecraft:beef"
},
"result": {
"id": "minecraft:cooked_beef"
}
}