1
0

stray.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "type": "minecraft:entity",
  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": 2.0,
  15. "type": "minecraft:uniform"
  16. }
  17. },
  18. {
  19. "function": "minecraft:looting_enchant",
  20. "count": {
  21. "min": 0.0,
  22. "max": 1.0
  23. }
  24. }
  25. ],
  26. "name": "minecraft:arrow"
  27. }
  28. ]
  29. },
  30. {
  31. "rolls": 1,
  32. "entries": [
  33. {
  34. "type": "minecraft:item",
  35. "functions": [
  36. {
  37. "function": "minecraft:set_count",
  38. "count": {
  39. "min": 0.0,
  40. "max": 2.0,
  41. "type": "minecraft:uniform"
  42. }
  43. },
  44. {
  45. "function": "minecraft:looting_enchant",
  46. "count": {
  47. "min": 0.0,
  48. "max": 1.0
  49. }
  50. }
  51. ],
  52. "name": "minecraft:bone"
  53. }
  54. ]
  55. },
  56. {
  57. "rolls": 1,
  58. "entries": [
  59. {
  60. "type": "minecraft:item",
  61. "functions": [
  62. {
  63. "function": "minecraft:set_count",
  64. "count": {
  65. "min": 0.0,
  66. "max": 1.0,
  67. "type": "minecraft:uniform"
  68. }
  69. },
  70. {
  71. "function": "minecraft:looting_enchant",
  72. "count": {
  73. "min": 0.0,
  74. "max": 1.0
  75. },
  76. "limit": 1
  77. },
  78. {
  79. "function": "minecraft:set_nbt",
  80. "tag": "{Potion:\"minecraft:slowness\"}"
  81. }
  82. ],
  83. "name": "minecraft:tipped_arrow"
  84. }
  85. ],
  86. "conditions": [
  87. {
  88. "condition": "minecraft:killed_by_player"
  89. }
  90. ]
  91. }
  92. ]
  93. }