Advertisement
dragnoz

Rangers Poachers Loot Table

Feb 29th, 2016
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": {
  5. "min":1,
  6. "max":5
  7. },
  8. "entries": [
  9. {
  10. "type": "item",
  11. "name": "minecraft:apple",
  12. "weight": 5,
  13. "functions": [
  14. {
  15. "function": "minecraft:set_count",
  16. "count": {
  17. "min": 1,
  18. "max": 1
  19. }}]},
  20.  
  21. {
  22. "type": "item",
  23. "name": "minecraft:bread",
  24. "weight": 5,
  25. "functions": [
  26. {
  27. "function": "minecraft:set_count",
  28. "count": {
  29. "min": 1,
  30. "max": 1
  31. }}]},
  32. {
  33. "type": "item",
  34. "name": "minecraft:emerald",
  35. "weight": 1,
  36. "quality": 3,
  37. "functions": [
  38.  
  39.  
  40. {
  41. "function": "minecraft:set_nbt",
  42. "tag": "{display:{Name:\"Animal DNA\"}}"
  43.  
  44.  
  45. }]},
  46. {
  47. "type": "item",
  48. "name": "minecraft:netherbrick",
  49. "weight": 1,
  50. "quality": 3,
  51. "functions": [
  52.  
  53.  
  54. {
  55. "function": "minecraft:set_nbt",
  56. "tag": "{display:{Name:\"Pangolin Scale\"}}"
  57.  
  58.  
  59. }]},
  60. {
  61. "type": "item",
  62. "name": "minecraft:gold_nugget",
  63. "weight": 3,
  64. "quality": 3,
  65. "functions": [
  66.  
  67.  
  68. {
  69. "function": "minecraft:set_nbt",
  70. "tag": "{display:{Name:\"Ranger Coin\",Lore:[\"Use at Trading Camp\"]}}"
  71.  
  72.  
  73. }]},
  74. {
  75. "type": "item",
  76. "name": "minecraft:web",
  77. "weight": 3,
  78. "quality": 3,
  79. "functions": [
  80.  
  81.  
  82. {
  83. "function": "minecraft:set_nbt",
  84. "tag": "{display:{Name:\"Snare\"}}"
  85.  
  86.  
  87. }]},
  88. {
  89. "type": "item",
  90. "name": "minecraft:diamond_sword",
  91. "weight": 1,
  92. "quality": 3,
  93. "functions": [
  94.  
  95.  
  96. {
  97. "function": "minecraft:set_nbt",
  98. "tag": "{display:{Name:\"Knobkierie\"}}"
  99.  
  100.  
  101. }]},
  102. {
  103. "type": "item",
  104. "name": "minecraft:iron_sword",
  105. "weight": 1,
  106. "quality": 3,
  107. "functions": [
  108.  
  109.  
  110. {
  111. "function": "minecraft:set_nbt",
  112. "tag": "{display:{Name:\"Knobkierie\"}}"
  113.  
  114.  
  115. }]},
  116. {
  117. "type": "item",
  118. "name": "minecraft:diamond_hoe",
  119. "weight": 1,
  120. "quality": 3,
  121. "functions": [
  122. {
  123. "function": "minecraft:set_damage",
  124. "damage": 0.595
  125. },
  126.  
  127. {
  128. "function": "minecraft:set_nbt",
  129. "tag": "{display:{Name:\"Elephant Tusks\"},Unbreakable:1}"
  130. }]},
  131. {
  132. "type": "item",
  133. "name": "minecraft:diamond_hoe",
  134. "weight": 1,
  135. "quality": 3,
  136. "functions": [
  137. {
  138. "function": "minecraft:set_damage",
  139. "damage": 0.596
  140. },
  141.  
  142. {
  143. "function": "minecraft:set_nbt",
  144. "tag": "{display:{Name:\"Rhino Horn\"},Unbreakable:1}"
  145. }]},
  146. {
  147. "type": "item",
  148. "name": "minecraft:cooked_fish",
  149. "weight": 5,
  150. "functions": [
  151. {
  152. "function": "minecraft:set_count",
  153. "count": {
  154. "min": 1,
  155. "max": 1
  156. }}]}
  157.  
  158.  
  159. ]}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement