elder_guardian.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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:prismarine_shard"
  27. }
  28. ]
  29. },
  30. {
  31. "rolls": 1,
  32. "entries": [
  33. {
  34. "type": "minecraft:item",
  35. "weight": 3,
  36. "functions": [
  37. {
  38. "function": "minecraft:looting_enchant",
  39. "count": {
  40. "min": 0.0,
  41. "max": 1.0
  42. }
  43. },
  44. {
  45. "function": "minecraft:furnace_smelt",
  46. "conditions": [
  47. {
  48. "condition": "minecraft:entity_properties",
  49. "predicate": {
  50. "flags": {
  51. "is_on_fire": true
  52. }
  53. },
  54. "entity": "this"
  55. }
  56. ]
  57. }
  58. ],
  59. "name": "minecraft:cod"
  60. },
  61. {
  62. "type": "minecraft:item",
  63. "weight": 2,
  64. "functions": [
  65. {
  66. "function": "minecraft:looting_enchant",
  67. "count": {
  68. "min": 0.0,
  69. "max": 1.0
  70. }
  71. }
  72. ],
  73. "name": "minecraft:prismarine_crystals"
  74. },
  75. {
  76. "type": "minecraft:empty"
  77. }
  78. ]
  79. },
  80. {
  81. "rolls": 1,
  82. "entries": [
  83. {
  84. "type": "minecraft:item",
  85. "name": "minecraft:wet_sponge"
  86. }
  87. ],
  88. "conditions": [
  89. {
  90. "condition": "minecraft:killed_by_player"
  91. }
  92. ]
  93. },
  94. {
  95. "rolls": 1,
  96. "entries": [
  97. {
  98. "type": "minecraft:loot_table",
  99. "name": "minecraft:gameplay/fishing/fish"
  100. }
  101. ],
  102. "conditions": [
  103. {
  104. "condition": "minecraft:killed_by_player"
  105. },
  106. {
  107. "condition": "minecraft:random_chance_with_looting",
  108. "chance": 0.025,
  109. "looting_multiplier": 0.01
  110. }
  111. ]
  112. }
  113. ]
  114. }