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

24 lines
No EOL
343 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"tag": "minecraft:coals"
},
"L": {
"tag": "minecraft:logs"
},
"S": {
"item": "minecraft:stick"
}
},
"pattern": [
" S ",
"SCS",
"LLL"
],
"result": {
"count": 1,
"id": "minecraft:campfire"
}
}