bred_all_animals.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. {
  2. "parent": "minecraft:husbandry/breed_an_animal",
  3. "display": {
  4. "icon": {
  5. "item": "minecraft:golden_carrot"
  6. },
  7. "title": {
  8. "translate": "advancements.husbandry.breed_all_animals.title"
  9. },
  10. "description": {
  11. "translate": "advancements.husbandry.breed_all_animals.description"
  12. },
  13. "frame": "challenge",
  14. "show_toast": true,
  15. "announce_to_chat": true,
  16. "hidden": false
  17. },
  18. "rewards": {
  19. "experience": 100
  20. },
  21. "criteria": {
  22. "minecraft:horse": {
  23. "trigger": "minecraft:bred_animals",
  24. "conditions": {
  25. "parent": {
  26. "type": "minecraft:horse"
  27. }
  28. }
  29. },
  30. "minecraft:sheep": {
  31. "trigger": "minecraft:bred_animals",
  32. "conditions": {
  33. "parent": {
  34. "type": "minecraft:sheep"
  35. }
  36. }
  37. },
  38. "minecraft:cow": {
  39. "trigger": "minecraft:bred_animals",
  40. "conditions": {
  41. "parent": {
  42. "type": "minecraft:cow"
  43. }
  44. }
  45. },
  46. "minecraft:mooshroom": {
  47. "trigger": "minecraft:bred_animals",
  48. "conditions": {
  49. "parent": {
  50. "type": "minecraft:mooshroom"
  51. }
  52. }
  53. },
  54. "minecraft:pig": {
  55. "trigger": "minecraft:bred_animals",
  56. "conditions": {
  57. "parent": {
  58. "type": "minecraft:pig"
  59. }
  60. }
  61. },
  62. "minecraft:chicken": {
  63. "trigger": "minecraft:bred_animals",
  64. "conditions": {
  65. "parent": {
  66. "type": "minecraft:chicken"
  67. }
  68. }
  69. },
  70. "minecraft:wolf": {
  71. "trigger": "minecraft:bred_animals",
  72. "conditions": {
  73. "parent": {
  74. "type": "minecraft:wolf"
  75. }
  76. }
  77. },
  78. "minecraft:ocelot": {
  79. "trigger": "minecraft:bred_animals",
  80. "conditions": {
  81. "parent": {
  82. "type": "minecraft:ocelot"
  83. }
  84. }
  85. },
  86. "minecraft:rabbit": {
  87. "trigger": "minecraft:bred_animals",
  88. "conditions": {
  89. "parent": {
  90. "type": "minecraft:rabbit"
  91. }
  92. }
  93. },
  94. "minecraft:llama": {
  95. "trigger": "minecraft:bred_animals",
  96. "conditions": {
  97. "parent": {
  98. "type": "minecraft:llama"
  99. }
  100. }
  101. },
  102. "minecraft:turtle": {
  103. "trigger": "minecraft:bred_animals",
  104. "conditions": {
  105. "parent": {
  106. "type": "minecraft:turtle"
  107. }
  108. }
  109. },
  110. "minecraft:cat": {
  111. "trigger": "minecraft:bred_animals",
  112. "conditions": {
  113. "parent": {
  114. "type": "minecraft:cat"
  115. }
  116. }
  117. },
  118. "minecraft:panda": {
  119. "trigger": "minecraft:bred_animals",
  120. "conditions": {
  121. "parent": {
  122. "type": "minecraft:panda"
  123. }
  124. }
  125. },
  126. "minecraft:fox": {
  127. "trigger": "minecraft:bred_animals",
  128. "conditions": {
  129. "parent": {
  130. "type": "minecraft:fox"
  131. }
  132. }
  133. },
  134. "minecraft:bee": {
  135. "trigger": "minecraft:bred_animals",
  136. "conditions": {
  137. "parent": {
  138. "type": "minecraft:bee"
  139. }
  140. }
  141. }
  142. },
  143. "requirements": [
  144. [
  145. "minecraft:horse"
  146. ],
  147. [
  148. "minecraft:sheep"
  149. ],
  150. [
  151. "minecraft:cow"
  152. ],
  153. [
  154. "minecraft:mooshroom"
  155. ],
  156. [
  157. "minecraft:pig"
  158. ],
  159. [
  160. "minecraft:chicken"
  161. ],
  162. [
  163. "minecraft:wolf"
  164. ],
  165. [
  166. "minecraft:ocelot"
  167. ],
  168. [
  169. "minecraft:rabbit"
  170. ],
  171. [
  172. "minecraft:llama"
  173. ],
  174. [
  175. "minecraft:turtle"
  176. ],
  177. [
  178. "minecraft:cat"
  179. ],
  180. [
  181. "minecraft:panda"
  182. ],
  183. [
  184. "minecraft:fox"
  185. ],
  186. [
  187. "minecraft:bee"
  188. ]
  189. ]
  190. }