Files
minecraft-assets/data/minecraft/recipes/redstone_block.json
2022-11-16 18:37:49 +01:00

17 lines
245 B
JSON

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