junk.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "type": "minecraft:fishing",
  3. "pools": [
  4. {
  5. "rolls": 1.0,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "weight": 10,
  10. "functions": [
  11. {
  12. "function": "minecraft:set_damage",
  13. "damage": {
  14. "min": 0.0,
  15. "max": 0.9
  16. }
  17. }
  18. ],
  19. "name": "minecraft:leather_boots"
  20. },
  21. {
  22. "type": "minecraft:item",
  23. "weight": 10,
  24. "name": "minecraft:leather"
  25. },
  26. {
  27. "type": "minecraft:item",
  28. "weight": 10,
  29. "name": "minecraft:bone"
  30. },
  31. {
  32. "type": "minecraft:item",
  33. "weight": 10,
  34. "functions": [
  35. {
  36. "function": "minecraft:set_nbt",
  37. "tag": "{Potion:\"minecraft:water\"}"
  38. }
  39. ],
  40. "name": "minecraft:potion"
  41. },
  42. {
  43. "type": "minecraft:item",
  44. "weight": 5,
  45. "name": "minecraft:string"
  46. },
  47. {
  48. "type": "minecraft:item",
  49. "weight": 2,
  50. "functions": [
  51. {
  52. "function": "minecraft:set_damage",
  53. "damage": {
  54. "min": 0.0,
  55. "max": 0.9
  56. }
  57. }
  58. ],
  59. "name": "minecraft:fishing_rod"
  60. },
  61. {
  62. "type": "minecraft:item",
  63. "weight": 10,
  64. "name": "minecraft:bowl"
  65. },
  66. {
  67. "type": "minecraft:item",
  68. "weight": 5,
  69. "name": "minecraft:stick"
  70. },
  71. {
  72. "type": "minecraft:item",
  73. "functions": [
  74. {
  75. "function": "minecraft:set_count",
  76. "count": 10
  77. }
  78. ],
  79. "name": "minecraft:ink_sac"
  80. },
  81. {
  82. "type": "minecraft:item",
  83. "weight": 10,
  84. "name": "minecraft:tripwire_hook"
  85. },
  86. {
  87. "type": "minecraft:item",
  88. "weight": 10,
  89. "name": "minecraft:rotten_flesh"
  90. },
  91. {
  92. "type": "minecraft:item",
  93. "conditions": [
  94. {
  95. "condition": "minecraft:alternative",
  96. "terms": [
  97. {
  98. "condition": "minecraft:location_check",
  99. "predicate": {
  100. "biome": "minecraft:jungle"
  101. }
  102. },
  103. {
  104. "condition": "minecraft:location_check",
  105. "predicate": {
  106. "biome": "minecraft:jungle_hills"
  107. }
  108. },
  109. {
  110. "condition": "minecraft:location_check",
  111. "predicate": {
  112. "biome": "minecraft:jungle_edge"
  113. }
  114. },
  115. {
  116. "condition": "minecraft:location_check",
  117. "predicate": {
  118. "biome": "minecraft:bamboo_jungle"
  119. }
  120. },
  121. {
  122. "condition": "minecraft:location_check",
  123. "predicate": {
  124. "biome": "minecraft:modified_jungle"
  125. }
  126. },
  127. {
  128. "condition": "minecraft:location_check",
  129. "predicate": {
  130. "biome": "minecraft:modified_jungle_edge"
  131. }
  132. },
  133. {
  134. "condition": "minecraft:location_check",
  135. "predicate": {
  136. "biome": "minecraft:bamboo_jungle_hills"
  137. }
  138. }
  139. ]
  140. }
  141. ],
  142. "weight": 10,
  143. "name": "minecraft:bamboo"
  144. }
  145. ]
  146. }
  147. ]
  148. }