shipwreck_treasure.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 3.0,
  7. "max": 6.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "weight": 90,
  14. "functions": [
  15. {
  16. "function": "minecraft:set_count",
  17. "count": {
  18. "min": 1.0,
  19. "max": 5.0,
  20. "type": "minecraft:uniform"
  21. }
  22. }
  23. ],
  24. "name": "minecraft:iron_ingot"
  25. },
  26. {
  27. "type": "minecraft:item",
  28. "weight": 10,
  29. "functions": [
  30. {
  31. "function": "minecraft:set_count",
  32. "count": {
  33. "min": 1.0,
  34. "max": 5.0,
  35. "type": "minecraft:uniform"
  36. }
  37. }
  38. ],
  39. "name": "minecraft:gold_ingot"
  40. },
  41. {
  42. "type": "minecraft:item",
  43. "weight": 40,
  44. "functions": [
  45. {
  46. "function": "minecraft:set_count",
  47. "count": {
  48. "min": 1.0,
  49. "max": 5.0,
  50. "type": "minecraft:uniform"
  51. }
  52. }
  53. ],
  54. "name": "minecraft:emerald"
  55. },
  56. {
  57. "type": "minecraft:item",
  58. "weight": 5,
  59. "name": "minecraft:diamond"
  60. },
  61. {
  62. "type": "minecraft:item",
  63. "weight": 5,
  64. "name": "minecraft:experience_bottle"
  65. }
  66. ]
  67. },
  68. {
  69. "rolls": {
  70. "min": 2.0,
  71. "max": 5.0,
  72. "type": "minecraft:uniform"
  73. },
  74. "entries": [
  75. {
  76. "type": "minecraft:item",
  77. "weight": 50,
  78. "functions": [
  79. {
  80. "function": "minecraft:set_count",
  81. "count": {
  82. "min": 1.0,
  83. "max": 10.0,
  84. "type": "minecraft:uniform"
  85. }
  86. }
  87. ],
  88. "name": "minecraft:iron_nugget"
  89. },
  90. {
  91. "type": "minecraft:item",
  92. "weight": 10,
  93. "functions": [
  94. {
  95. "function": "minecraft:set_count",
  96. "count": {
  97. "min": 1.0,
  98. "max": 10.0,
  99. "type": "minecraft:uniform"
  100. }
  101. }
  102. ],
  103. "name": "minecraft:gold_nugget"
  104. },
  105. {
  106. "type": "minecraft:item",
  107. "weight": 20,
  108. "functions": [
  109. {
  110. "function": "minecraft:set_count",
  111. "count": {
  112. "min": 1.0,
  113. "max": 10.0,
  114. "type": "minecraft:uniform"
  115. }
  116. }
  117. ],
  118. "name": "minecraft:lapis_lazuli"
  119. }
  120. ]
  121. }
  122. ]
  123. }