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

24 lines
375 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:cobblestone"
},
"Q": {
"item": "minecraft:quartz"
},
"R": {
"item": "minecraft:redstone"
}
},
"pattern": [
"###",
"RRQ",
"###"
],
"result": {
"item": "minecraft:observer"
},
"show_notification": true
}