Files
minecraft-assets/data/minecraft/recipes/sticky_piston.json
2018-12-21 06:38:40 +00: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"
}
}