Files
minecraft-assets/data/minecraft/recipes/sticky_piston.json
2024-03-13 18:29:36 +01:00

20 lines
296 B
JSON

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