1
0
Fork 0
Gen2/datapacks/craft-refine/data/minecraft/recipe/redstone_torch.json
2025-08-27 20:49:18 -05:00

16 lines
No EOL
250 B
JSON
Executable file

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": "minecraft:redstone",
"S": "minecraft:stick"
},
"pattern": [
"#",
"S"
],
"result": {
"count": 4,
"id": "minecraft:redstone_torch"
}
}