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

18 lines
274 B
JSON

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