minecraft-assets/data/minecraft/recipes/piston.json

27 lines
427 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": {
"item": "minecraft:piston"
},
"show_notification": true
}