Files
minecraft-assets/data/minecraft/recipes/redstone_block.json
2021-10-27 18:34:40 +00:00

16 lines
219 B
JSON

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