18 lines
246 B
JSON
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"
|
|
}
|
|
} |