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

23 lines
No EOL
351 B
JSON

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