chorus_plant.json 544 B

123456789101112131415161718192021222324252627
  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. "min": 0.0,
  14. "max": 1.0,
  15. "type": "minecraft:uniform"
  16. }
  17. },
  18. {
  19. "function": "minecraft:explosion_decay"
  20. }
  21. ],
  22. "name": "minecraft:chorus_fruit"
  23. }
  24. ]
  25. }
  26. ]
  27. }