Files
IMoO/recipes/sticky_piston.json
T
2022-01-23 21:24:12 +03:00

28 lines
440 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:sticky_piston"
},
"tags": [ "crafting_table" ],
"pattern": [
"S",
"P"
],
"key": {
"P": {
"item": "minecraft:piston"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"result": {
"item": "minecraft:sticky_piston",
"data": 1
}
}
}