MegaCrafter10

Spider black dye loot table

Mar 30th, 2020 (edited)
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. {
  2. "type": "minecraft:entity",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "item",
  9. "name": "minecraft:black_dye",
  10. "functions": [
  11. {
  12. "function": "minecraft:set_count",
  13. "count": {
  14. "min": 1,
  15. "max": 2
  16. }
  17. },
  18. {
  19. "function": "minecraft:looting_enchant",
  20. "count": {
  21. "min": 0.0,
  22. "max": 1.0
  23. }
  24. }
  25. ]
  26. },
  27. {
  28. "type": "minecraft:item",
  29. "functions": [
  30. {
  31. "function": "minecraft:set_count",
  32. "count": {
  33. "min": 0.0,
  34. "max": 2.0,
  35. "type": "minecraft:uniform"
  36. }
  37. },
  38. {
  39. "function": "minecraft:looting_enchant",
  40. "count": {
  41. "min": 0.0,
  42. "max": 1.0
  43. }
  44. }
  45. ],
  46. "name": "minecraft:string"
  47. }
  48. ]
  49. },
  50. {
  51. "rolls": 1,
  52. "entries": [
  53. {
  54. "type": "minecraft:item",
  55. "functions": [
  56. {
  57. "function": "minecraft:set_count",
  58. "count": {
  59. "min": -1.0,
  60. "max": 1.0,
  61. "type": "minecraft:uniform"
  62. }
  63. },
  64. {
  65. "function": "minecraft:looting_enchant",
  66. "count": {
  67. "min": 0.0,
  68. "max": 1.0
  69. }
  70. }
  71. ],
  72. "name": "minecraft:spider_eye"
  73. }
  74. ],
  75. "conditions": [
  76. {
  77. "condition": "minecraft:killed_by_player"
  78. }
  79. ]
  80. }
  81. ]
  82. }
  83.  
Advertisement
Add Comment
Please, Sign In to add comment