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

27 lines
No EOL
412 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:cobblestone"
},
"R": {
"item": "minecraft:redstone"
},
"T": {
"tag": "minecraft:planks"
},
"X": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"TTT",
"#X#",
"#R#"
],
"result": {
"count": 1,
"id": "minecraft:piston"
}
}