Guest User

Untitled

a guest
Mar 7th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": 1,
  5. "entries": [
  6. {
  7. "type": "item",
  8. "name": "minecraft:written_book",
  9. "weight": 1,
  10. "functions": [
  11. {
  12. "function": "set_nbt",
  13. "tag": "{pages:['{\"text\":\"Bitch\"}'],title:Book,author:\"Invalidm\"}"
  14. }
  15. ]
  16. },
  17. {
  18. "type": "item",
  19. "name": "minecraft:iron_ingot",
  20. "weight": 25,
  21. "functions": [
  22. {
  23. "function": "set_count",
  24. "count": {
  25. "min": 1,
  26. "max": 8
  27. }
  28. }
  29. ]
  30. },
  31. {
  32. "type": "item",
  33. "name": "minecraft:gold_ingot",
  34. "weight": 5,
  35. "functions": [
  36. {
  37. "function": "set_count",
  38. "count": {
  39. "min": 1,
  40. "max": 4
  41. }
  42. }
  43. ]
  44. },
  45. {
  46. "type": "item",
  47. "name": "minecraft:barrier",
  48. "weight": 1
  49. },
  50. {
  51. "type": "item",
  52. "name": "minecraft:tnt",
  53. "weight": 20
  54. },
  55. {
  56. "type": "item",
  57. "name": "minecraft:stone",
  58. "weight": 80,
  59. "functions": [
  60. {
  61. "function": "set_data",
  62. "data": 3
  63. },
  64. {
  65. "function": "set_count",
  66. "count": {
  67. "min": 16,
  68. "max": 32
  69. }
  70. }
  71. ]
  72. },
  73. {
  74. "type": "item",
  75. "name": "minecraft:ender_chest",
  76. "weight": 40
  77. },
  78. {
  79. "type": "item",
  80. "name": "minecraft:monster_egg",
  81. "weight": 95,
  82. "functions": [
  83. {
  84. "function": "set_data",
  85. "data": 0
  86. },
  87. {
  88. "function": "set_count",
  89. "count": {
  90. "min": 1,
  91. "max": 16
  92. }
  93. }
  94. ]
  95. },
  96. {
  97. "type": "item",
  98. "name": "minecraft:diamond",
  99. "weight": 30,
  100. "functions": [
  101. {
  102. "function": "set_count",
  103. "count": {
  104. "min": 0,
  105. "max": 3
  106. }
  107. }
  108. ]
  109. },
  110. {
  111. "type": "item",
  112. "name": "minecraft:nether_star",
  113. "weight": 1
  114. },
  115. {
  116. "type": "item",
  117. "name": "minecraft:emerald",
  118. "weight": 10,
  119. "functions": [
  120. {
  121. "function": "set_count",
  122. "count": {
  123. "min": 0,
  124. "max": 4
  125. }
  126. }
  127. ]
  128. },
  129. {
  130. "type": "item",
  131. "name": "minecraft:golden_carrot",
  132. "weight": 50,
  133. "functions": [
  134. {
  135. "function": "set_count",
  136. "count": {
  137. "min": 1,
  138. "max": 16
  139. }
  140. }
  141. ]
  142. }
  143. ]
  144. }
  145. ]
  146. }
Add Comment
Please, Sign In to add comment