minecraft-src/data/minecraft/recipe/observer.json
2025-07-04 01:41:11 +03:00

24 lines
No EOL
360 B
JSON

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