Files
minecraft-assets/data/minecraft/recipe/piston.json
2024-06-13 21:50:08 +02:00

27 lines
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"
}
}