Files
minecraft-assets/data/minecraft/recipes/soul_campfire.json
2023-05-17 18:29:15 +02:00

24 lines
379 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"
},
"show_notification": true
}