Files
minecraft-assets/data/minecraft/recipe/redstone_block.json
2024-10-16 18:32:00 +02:00

16 lines
237 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": "minecraft:redstone"
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"count": 1,
"id": "minecraft:redstone_block"
}
}