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

18 lines
No EOL
281 B
JSON

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