Create/Update assets for version 1.12-pre2

This commit is contained in:
InventiveBot
2017-05-11 20:05:17 +00:00
parent edd2521bab
commit 19151568ea
5911 changed files with 338858 additions and 0 deletions

View File

@@ -0,0 +1,108 @@
{
"display": {
"icon": {
"item": "minecraft:wheat"
},
"title": {
"translate": "advancements.husbandry.breed_an_animal.title"
},
"description": {
"translate": "advancements.husbandry.breed_an_animal.description"
}
},
"parent": "husbandry/root",
"criteria": {
"bred_horse": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "horse"
}
}
},
"bred_sheep": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "sheep"
}
}
},
"bred_cow": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "cow"
}
}
},
"bred_mooshroom": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "mooshroom"
}
}
},
"bred_pig": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "pig"
}
}
},
"bred_chicken": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "chicken"
}
}
},
"bred_wolf": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "wolf"
}
}
},
"bred_ocelot": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "ocelot"
}
}
},
"bred_rabbit": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "rabbit"
}
}
},
"bred_llama": {
"trigger": "bred_animals",
"conditions": {
"parent": {
"type": "llama"
}
}
}
},
"requirements": [
["bred_horse"],
["bred_sheep"],
["bred_cow"],
["bred_mooshroom"],
["bred_pig"],
["bred_chicken"],
["bred_wolf"],
["bred_ocelot"],
["bred_rabbit"],
["bred_llama"]
]
}