Advertisement
Guest User

Untitled

a guest
Mar 7th, 2020
1,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "rolls": 1,
  5. "entries": [
  6. {
  7. "type": "item",
  8. "name": "minecraft:stick",
  9. "weight": 3,
  10. "functions": [
  11. {
  12. "function": "set_count",
  13. "count": {
  14. "min": 1,
  15. "max": 10
  16. }
  17. }
  18. ]
  19. },
  20. {
  21. "type": "item",
  22. "name": "minecraft:apple",
  23. "weight": 80,
  24. "functions": [
  25. {
  26. "function": "set_count",
  27. "count": {
  28. "min": 1,
  29. "max": 16
  30. }
  31. }
  32. ]
  33. },
  34. {
  35. "type": "item",
  36. "name": "minecraft:rabbit_hide",
  37. "weight": 50,
  38. "functions": [
  39. {
  40. "function": "set_count",
  41. "count": {
  42. "min": 1,
  43. "max": 3
  44. }
  45. }
  46. ]
  47. },
  48. {
  49. "type": "item",
  50. "name": "minecraft:written_book",
  51. "weight": 100,
  52. "functions": [
  53. {
  54. "function": "set_nbt",
  55. "tag": "{pages:['{\"text\":\"Bitch\"}'],title:Book,author:\"Invalidm\"}"
  56. }
  57. ]
  58. },
  59. {
  60. "type": "item",
  61. "name": "minecraft:torch",
  62. "weight": 20,
  63. "functions": [
  64. {
  65. "function": "set_count",
  66. "count": {
  67. "min": 1,
  68. "max": 10
  69. }
  70. }
  71. ]
  72. },
  73. {
  74. "type": "item",
  75. "name": "minecraft:flower_pot",
  76. "weight": 90,
  77. "functions": [
  78. {
  79. "function": "set_count",
  80. "count": {
  81. "min": 1,
  82. "max": 20
  83. }
  84. }
  85. ]
  86. }
  87. ]
  88. }
  89. ]
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement