Files
2024-02-14 17:44:28 +01:00

25 lines
351 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": [
{
"item": "minecraft:coal"
},
{
"item": "minecraft:charcoal"
}
]
},
"pattern": [
"X",
"#"
],
"result": {
"count": 4,
"item": "minecraft:torch"
}
}