Files
minecraft-assets/data/minecraft/recipes/observer.json
2023-02-22 18:29:48 +01:00

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
}