underwater_ruin_big.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 2.0,
  7. "max": 8.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "weight": 10,
  14. "functions": [
  15. {
  16. "function": "minecraft:set_count",
  17. "count": {
  18. "min": 1.0,
  19. "max": 4.0,
  20. "type": "minecraft:uniform"
  21. }
  22. }
  23. ],
  24. "name": "minecraft:coal"
  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": 3.0,
  35. "type": "minecraft:uniform"
  36. }
  37. }
  38. ],
  39. "name": "minecraft:gold_nugget"
  40. },
  41. {
  42. "type": "minecraft:item",
  43. "name": "minecraft:emerald"
  44. },
  45. {
  46. "type": "minecraft:item",
  47. "weight": 10,
  48. "functions": [
  49. {
  50. "function": "minecraft:set_count",
  51. "count": {
  52. "min": 2.0,
  53. "max": 3.0,
  54. "type": "minecraft:uniform"
  55. }
  56. }
  57. ],
  58. "name": "minecraft:wheat"
  59. }
  60. ]
  61. },
  62. {
  63. "rolls": 1,
  64. "entries": [
  65. {
  66. "type": "minecraft:item",
  67. "name": "minecraft:golden_apple"
  68. },
  69. {
  70. "type": "minecraft:item",
  71. "weight": 5,
  72. "functions": [
  73. {
  74. "function": "minecraft:enchant_randomly"
  75. }
  76. ],
  77. "name": "minecraft:book"
  78. },
  79. {
  80. "type": "minecraft:item",
  81. "name": "minecraft:leather_chestplate"
  82. },
  83. {
  84. "type": "minecraft:item",
  85. "name": "minecraft:golden_helmet"
  86. },
  87. {
  88. "type": "minecraft:item",
  89. "weight": 5,
  90. "functions": [
  91. {
  92. "function": "minecraft:enchant_randomly"
  93. }
  94. ],
  95. "name": "minecraft:fishing_rod"
  96. },
  97. {
  98. "type": "minecraft:item",
  99. "weight": 10,
  100. "functions": [
  101. {
  102. "function": "minecraft:exploration_map",
  103. "destination": "buried_treasure",
  104. "decoration": "red_x",
  105. "zoom": 1,
  106. "skip_existing_chunks": false
  107. }
  108. ],
  109. "name": "minecraft:map"
  110. }
  111. ]
  112. }
  113. ]
  114. }