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

20 lines
311 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"P": {
"item": "minecraft:piston"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"pattern": [
"S",
"P"
],
"result": {
"item": "minecraft:sticky_piston"
},
"show_notification": true
}