minecraft-assets/data/minecraft/recipes/soul_campfire.json

23 lines
350 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": {
"item": "minecraft:soul_campfire"
}
}