Files
minecraft-assets/data/minecraft/recipes/sticky_piston.json
2018-07-18 20:51:45 +02:00

18 lines
246 B
JSON

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