complete_catalogue.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "parent": "minecraft:husbandry/tame_an_animal",
  3. "display": {
  4. "icon": {
  5. "item": "minecraft:cod"
  6. },
  7. "title": {
  8. "translate": "advancements.husbandry.complete_catalogue.title"
  9. },
  10. "description": {
  11. "translate": "advancements.husbandry.complete_catalogue.description"
  12. },
  13. "frame": "challenge",
  14. "show_toast": true,
  15. "announce_to_chat": true,
  16. "hidden": false
  17. },
  18. "rewards": {
  19. "experience": 50
  20. },
  21. "criteria": {
  22. "textures/entity/cat/tabby.png": {
  23. "trigger": "minecraft:tame_animal",
  24. "conditions": {
  25. "entity": {
  26. "catType": "minecraft:textures/entity/cat/tabby.png"
  27. }
  28. }
  29. },
  30. "textures/entity/cat/black.png": {
  31. "trigger": "minecraft:tame_animal",
  32. "conditions": {
  33. "entity": {
  34. "catType": "minecraft:textures/entity/cat/black.png"
  35. }
  36. }
  37. },
  38. "textures/entity/cat/red.png": {
  39. "trigger": "minecraft:tame_animal",
  40. "conditions": {
  41. "entity": {
  42. "catType": "minecraft:textures/entity/cat/red.png"
  43. }
  44. }
  45. },
  46. "textures/entity/cat/siamese.png": {
  47. "trigger": "minecraft:tame_animal",
  48. "conditions": {
  49. "entity": {
  50. "catType": "minecraft:textures/entity/cat/siamese.png"
  51. }
  52. }
  53. },
  54. "textures/entity/cat/british_shorthair.png": {
  55. "trigger": "minecraft:tame_animal",
  56. "conditions": {
  57. "entity": {
  58. "catType": "minecraft:textures/entity/cat/british_shorthair.png"
  59. }
  60. }
  61. },
  62. "textures/entity/cat/calico.png": {
  63. "trigger": "minecraft:tame_animal",
  64. "conditions": {
  65. "entity": {
  66. "catType": "minecraft:textures/entity/cat/calico.png"
  67. }
  68. }
  69. },
  70. "textures/entity/cat/persian.png": {
  71. "trigger": "minecraft:tame_animal",
  72. "conditions": {
  73. "entity": {
  74. "catType": "minecraft:textures/entity/cat/persian.png"
  75. }
  76. }
  77. },
  78. "textures/entity/cat/ragdoll.png": {
  79. "trigger": "minecraft:tame_animal",
  80. "conditions": {
  81. "entity": {
  82. "catType": "minecraft:textures/entity/cat/ragdoll.png"
  83. }
  84. }
  85. },
  86. "textures/entity/cat/white.png": {
  87. "trigger": "minecraft:tame_animal",
  88. "conditions": {
  89. "entity": {
  90. "catType": "minecraft:textures/entity/cat/white.png"
  91. }
  92. }
  93. },
  94. "textures/entity/cat/jellie.png": {
  95. "trigger": "minecraft:tame_animal",
  96. "conditions": {
  97. "entity": {
  98. "catType": "minecraft:textures/entity/cat/jellie.png"
  99. }
  100. }
  101. },
  102. "textures/entity/cat/all_black.png": {
  103. "trigger": "minecraft:tame_animal",
  104. "conditions": {
  105. "entity": {
  106. "catType": "minecraft:textures/entity/cat/all_black.png"
  107. }
  108. }
  109. }
  110. },
  111. "requirements": [
  112. [
  113. "textures/entity/cat/tabby.png"
  114. ],
  115. [
  116. "textures/entity/cat/black.png"
  117. ],
  118. [
  119. "textures/entity/cat/red.png"
  120. ],
  121. [
  122. "textures/entity/cat/siamese.png"
  123. ],
  124. [
  125. "textures/entity/cat/british_shorthair.png"
  126. ],
  127. [
  128. "textures/entity/cat/calico.png"
  129. ],
  130. [
  131. "textures/entity/cat/persian.png"
  132. ],
  133. [
  134. "textures/entity/cat/ragdoll.png"
  135. ],
  136. [
  137. "textures/entity/cat/white.png"
  138. ],
  139. [
  140. "textures/entity/cat/jellie.png"
  141. ],
  142. [
  143. "textures/entity/cat/all_black.png"
  144. ]
  145. ]
  146. }