Files
minecraft-assets/data/minecraft/recipe/campfire.json
2025-03-05 18:31:24 +01:00

18 lines
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"
}
}