1
0

nether_bridge.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "type": "minecraft:chest",
  3. "pools": [
  4. {
  5. "rolls": {
  6. "min": 2.0,
  7. "max": 4.0,
  8. "type": "minecraft:uniform"
  9. },
  10. "entries": [
  11. {
  12. "type": "minecraft:item",
  13. "weight": 5,
  14. "functions": [
  15. {
  16. "function": "minecraft:set_count",
  17. "count": {
  18. "min": 1.0,
  19. "max": 3.0,
  20. "type": "minecraft:uniform"
  21. }
  22. }
  23. ],
  24. "name": "minecraft:diamond"
  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": 5.0,
  35. "type": "minecraft:uniform"
  36. }
  37. }
  38. ],
  39. "name": "minecraft:iron_ingot"
  40. },
  41. {
  42. "type": "minecraft:item",
  43. "weight": 15,
  44. "functions": [
  45. {
  46. "function": "minecraft:set_count",
  47. "count": {
  48. "min": 1.0,
  49. "max": 3.0,
  50. "type": "minecraft:uniform"
  51. }
  52. }
  53. ],
  54. "name": "minecraft:gold_ingot"
  55. },
  56. {
  57. "type": "minecraft:item",
  58. "weight": 5,
  59. "name": "minecraft:golden_sword"
  60. },
  61. {
  62. "type": "minecraft:item",
  63. "weight": 5,
  64. "name": "minecraft:golden_chestplate"
  65. },
  66. {
  67. "type": "minecraft:item",
  68. "weight": 5,
  69. "name": "minecraft:flint_and_steel"
  70. },
  71. {
  72. "type": "minecraft:item",
  73. "weight": 5,
  74. "functions": [
  75. {
  76. "function": "minecraft:set_count",
  77. "count": {
  78. "min": 3.0,
  79. "max": 7.0,
  80. "type": "minecraft:uniform"
  81. }
  82. }
  83. ],
  84. "name": "minecraft:nether_wart"
  85. },
  86. {
  87. "type": "minecraft:item",
  88. "weight": 10,
  89. "name": "minecraft:saddle"
  90. },
  91. {
  92. "type": "minecraft:item",
  93. "weight": 8,
  94. "name": "minecraft:golden_horse_armor"
  95. },
  96. {
  97. "type": "minecraft:item",
  98. "weight": 5,
  99. "name": "minecraft:iron_horse_armor"
  100. },
  101. {
  102. "type": "minecraft:item",
  103. "weight": 3,
  104. "name": "minecraft:diamond_horse_armor"
  105. },
  106. {
  107. "type": "minecraft:item",
  108. "weight": 2,
  109. "functions": [
  110. {
  111. "function": "minecraft:set_count",
  112. "count": {
  113. "min": 2.0,
  114. "max": 4.0,
  115. "type": "minecraft:uniform"
  116. }
  117. }
  118. ],
  119. "name": "minecraft:obsidian"
  120. }
  121. ]
  122. }
  123. ]
  124. }