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

18 lines
No EOL
296 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": "minecraft:redstone_torch",
"I": "minecraft:stone",
"X": "minecraft:quartz"
},
"pattern": [
" # ",
"#X#",
"III"
],
"result": {
"count": 1,
"id": "minecraft:comparator"
}
}