turtle.json 992 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "type": "minecraft:entity",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "weight": 3,
  10. "functions": [
  11. {
  12. "function": "minecraft:set_count",
  13. "count": {
  14. "min": 0.0,
  15. "max": 2.0,
  16. "type": "minecraft:uniform"
  17. }
  18. },
  19. {
  20. "function": "minecraft:looting_enchant",
  21. "count": {
  22. "min": 0.0,
  23. "max": 1.0
  24. }
  25. }
  26. ],
  27. "name": "minecraft:seagrass"
  28. }
  29. ]
  30. },
  31. {
  32. "rolls": 1,
  33. "entries": [
  34. {
  35. "type": "minecraft:item",
  36. "name": "minecraft:bowl"
  37. }
  38. ],
  39. "conditions": [
  40. {
  41. "condition": "minecraft:damage_source_properties",
  42. "predicate": {
  43. "is_lightning": true
  44. }
  45. }
  46. ]
  47. }
  48. ]
  49. }