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

18 lines
No EOL
302 B
JSON

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