Advertisement
Guest User

Untitled

a guest
Mar 7th, 2020
1,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": 1,
  5. "entries": [
  6. {
  7. "type": "item",
  8. "name": "minecraft:written_book",
  9. "weight": 50,
  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:coal",
  20. "weight": 12,
  21. "functions": [
  22. {
  23. "function": "set_data",
  24. "data": 0
  25. },
  26. {
  27. "function": "set_count",
  28. "count": {
  29. "min": 16,
  30. "max": 32
  31. }
  32. }
  33. ]
  34. },
  35. {
  36. "type": "item",
  37. "name": "minecraft:paper",
  38. "weight": 50,
  39. "functions": [
  40. {
  41. "function": "set_count",
  42. "count": {
  43. "min": 1,
  44. "max": 12
  45. }
  46. }
  47. ]
  48. },
  49. {
  50. "type": "item",
  51. "name": "minecraft:name_tag",
  52. "weight": 5
  53. },
  54. {
  55. "type": "item",
  56. "name": "minecraft:vine",
  57. "weight": 60,
  58. "functions": [
  59. {
  60. "function": "set_count",
  61. "count": {
  62. "min": 1,
  63. "max": 32
  64. }
  65. }
  66. ]
  67. },
  68. {
  69. "type": "item",
  70. "name": "minecraft:arrow",
  71. "weight": 20,
  72. "functions": [
  73. {
  74. "function": "set_count",
  75. "count": {
  76. "min": 1,
  77. "max": 16
  78. }
  79. }
  80. ]
  81. },
  82. {
  83. "type": "item",
  84. "name": "minecraft:poisonous_potato",
  85. "weight": 90,
  86. "functions": [
  87. {
  88. "function": "set_count",
  89. "count": {
  90. "min": 1,
  91. "max": 32
  92. }
  93. }
  94. ]
  95. },
  96. {
  97. "type": "item",
  98. "name": "minecraft:iron_ore",
  99. "weight": 5,
  100. "functions": [
  101. {
  102. "function": "set_count",
  103. "count": {
  104. "min": 1,
  105. "max": 4
  106. }
  107. }
  108. ]
  109. },
  110. {
  111. "type": "item",
  112. "name": "minecraft:gold_ore",
  113. "weight": 10
  114. }
  115. ]
  116. }
  117. ]
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement