Files
minecraft-assets/data/minecraft/recipe/cooked_rabbit.json
2024-06-13 21:50:08 +02:00

12 lines
209 B
JSON

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