attached_pumpkin_stem.json 564 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "type": "minecraft:block",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "functions": [
  10. {
  11. "function": "minecraft:set_count",
  12. "count": {
  13. "n": 3,
  14. "p": 0.53333336,
  15. "type": "minecraft:binomial"
  16. }
  17. }
  18. ],
  19. "name": "minecraft:pumpkin_seeds"
  20. }
  21. ],
  22. "functions": [
  23. {
  24. "function": "minecraft:explosion_decay"
  25. }
  26. ]
  27. }
  28. ]
  29. }