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

17 lines
267 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:soul_torch",
"X": "minecraft:iron_nugget"
},
"pattern": [
"XXX",
"X#X",
"XXX"
],
"result": {
"count": 1,
"id": "minecraft:soul_lantern"
}
}