sticky_piston.json 256 B

123456789101112131415161718
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "S",
  5. "P"
  6. ],
  7. "key": {
  8. "P": {
  9. "item": "minecraft:piston"
  10. },
  11. "S": {
  12. "item": "minecraft:slime_ball"
  13. }
  14. },
  15. "result": {
  16. "item": "minecraft:sticky_piston"
  17. }
  18. }