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

20 lines
309 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:redstone"
}
},
"pattern": [
"X",
"#"
],
"result": {
"item": "minecraft:redstone_torch"
},
"show_notification": true
}