stronghold_crossing.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 1.0,
  7. "max": 4.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": 5.0,
  20. "type": "minecraft:uniform"
  21. }
  22. }
  23. ],
  24. "name": "minecraft:iron_ingot"
  25. },
  26. {
  27. "type": "minecraft:item",
  28. "weight": 5,
  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_ingot"
  40. },
  41. {
  42. "type": "minecraft:item",
  43. "weight": 5,
  44. "functions": [
  45. {
  46. "function": "minecraft:set_count",
  47. "count": {
  48. "min": 4.0,
  49. "max": 9.0,
  50. "type": "minecraft:uniform"
  51. }
  52. }
  53. ],
  54. "name": "minecraft:redstone"
  55. },
  56. {
  57. "type": "minecraft:item",
  58. "weight": 10,
  59. "functions": [
  60. {
  61. "function": "minecraft:set_count",
  62. "count": {
  63. "min": 3.0,
  64. "max": 8.0,
  65. "type": "minecraft:uniform"
  66. }
  67. }
  68. ],
  69. "name": "minecraft:coal"
  70. },
  71. {
  72. "type": "minecraft:item",
  73. "weight": 15,
  74. "functions": [
  75. {
  76. "function": "minecraft:set_count",
  77. "count": {
  78. "min": 1.0,
  79. "max": 3.0,
  80. "type": "minecraft:uniform"
  81. }
  82. }
  83. ],
  84. "name": "minecraft:bread"
  85. },
  86. {
  87. "type": "minecraft:item",
  88. "weight": 15,
  89. "functions": [
  90. {
  91. "function": "minecraft:set_count",
  92. "count": {
  93. "min": 1.0,
  94. "max": 3.0,
  95. "type": "minecraft:uniform"
  96. }
  97. }
  98. ],
  99. "name": "minecraft:apple"
  100. },
  101. {
  102. "type": "minecraft:item",
  103. "name": "minecraft:iron_pickaxe"
  104. },
  105. {
  106. "type": "minecraft:item",
  107. "functions": [
  108. {
  109. "function": "minecraft:enchant_with_levels",
  110. "levels": 30,
  111. "treasure": true
  112. }
  113. ],
  114. "name": "minecraft:book"
  115. }
  116. ]
  117. }
  118. ]
  119. }