Guest User

Untitled

a guest
Feb 24th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 2,
  7. "max": 5
  8. },
  9. "entries": [
  10. {
  11. "type": "minecraft:item",
  12. "name": "minecraft:diamond_block",
  13. "weight": 3,
  14. "functions": [
  15. {
  16. "function": "set_count",
  17. "count": {
  18. "min": 1,
  19. "max": 5
  20. }
  21. }
  22. ]
  23. },
  24. {
  25. "type": "minecraft:item",
  26. "name": "minecraft:diamond",
  27. "weight": 5,
  28. "functions": [
  29. {
  30. "function": "set_count",
  31. "count": {
  32. "min": 1,
  33. "max": 8
  34. }
  35. }
  36. ]
  37. },
  38. {
  39. "type": "minecraft:item",
  40. "name": "minecraft:netherite_ingot",
  41. "weight": 2,
  42. "functions": [
  43. {
  44. "function": "set_count",
  45. "count": {
  46. "min": 1,
  47. "max": 4
  48. }
  49. }
  50. ]
  51. },
  52. {
  53. "type": "minecraft:item",
  54. "name": "minecraft:enchanted_golden_apple",
  55. "weight": 1,
  56. "functions": [
  57. {
  58. "function": "set_count",
  59. "count": {
  60. "min": 1,
  61. "max": 3
  62. }
  63. }
  64. ]
  65. },
  66. {
  67. "type": "minecraft:item",
  68. "name": "minecraft:totem_of_undying",
  69. "weight": 1,
  70. "functions": [
  71. {
  72. "function": "set_count",
  73. "count": {
  74. "min": 1,
  75. "max": 1
  76. }
  77. }
  78. ]
  79. }
  80. ]
  81. }
  82. ]
  83. }
Advertisement
Add Comment
Please, Sign In to add comment