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

24 lines
No EOL
364 B
JSON

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