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

18 lines
No EOL
294 B
JSON

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