| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- {
- "parent": "minecraft:husbandry/breed_an_animal",
- "display": {
- "icon": {
- "item": "minecraft:golden_carrot"
- },
- "title": {
- "translate": "advancements.husbandry.breed_all_animals.title"
- },
- "description": {
- "translate": "advancements.husbandry.breed_all_animals.description"
- },
- "frame": "challenge",
- "show_toast": true,
- "announce_to_chat": true,
- "hidden": false
- },
- "rewards": {
- "experience": 100
- },
- "criteria": {
- "minecraft:horse": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:horse"
- }
- }
- },
- "minecraft:sheep": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:sheep"
- }
- }
- },
- "minecraft:cow": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:cow"
- }
- }
- },
- "minecraft:mooshroom": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:mooshroom"
- }
- }
- },
- "minecraft:pig": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:pig"
- }
- }
- },
- "minecraft:chicken": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:chicken"
- }
- }
- },
- "minecraft:wolf": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:wolf"
- }
- }
- },
- "minecraft:ocelot": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:ocelot"
- }
- }
- },
- "minecraft:rabbit": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:rabbit"
- }
- }
- },
- "minecraft:llama": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:llama"
- }
- }
- },
- "minecraft:turtle": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:turtle"
- }
- }
- },
- "minecraft:cat": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:cat"
- }
- }
- },
- "minecraft:panda": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:panda"
- }
- }
- },
- "minecraft:fox": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:fox"
- }
- }
- },
- "minecraft:bee": {
- "trigger": "minecraft:bred_animals",
- "conditions": {
- "parent": {
- "type": "minecraft:bee"
- }
- }
- }
- },
- "requirements": [
- [
- "minecraft:horse"
- ],
- [
- "minecraft:sheep"
- ],
- [
- "minecraft:cow"
- ],
- [
- "minecraft:mooshroom"
- ],
- [
- "minecraft:pig"
- ],
- [
- "minecraft:chicken"
- ],
- [
- "minecraft:wolf"
- ],
- [
- "minecraft:ocelot"
- ],
- [
- "minecraft:rabbit"
- ],
- [
- "minecraft:llama"
- ],
- [
- "minecraft:turtle"
- ],
- [
- "minecraft:cat"
- ],
- [
- "minecraft:panda"
- ],
- [
- "minecraft:fox"
- ],
- [
- "minecraft:bee"
- ]
- ]
- }
|