Create/Update assets for version 18w50a

This commit is contained in:
InventiveBot
2018-12-21 06:39:57 +00:00
parent 2899084dcb
commit a57133010d
2938 changed files with 67589 additions and 10019 deletions

View File

@@ -106,6 +106,22 @@
"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"
}
}
}
},
"requirements": [
@@ -141,6 +157,12 @@
],
[
"minecraft:turtle"
],
[
"minecraft:cat"
],
[
"minecraft:panda"
]
]
}

View File

@@ -0,0 +1,146 @@
{
"parent": "minecraft:husbandry/tame_an_animal",
"display": {
"icon": {
"item": "minecraft:cod"
},
"title": {
"translate": "advancements.husbandry.complete_catalogue.title"
},
"description": {
"translate": "advancements.husbandry.complete_catalogue.description"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"rewards": {
"experience": 50
},
"criteria": {
"textures/entity/cat/tabby.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/tabby.png"
}
}
},
"textures/entity/cat/black.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/black.png"
}
}
},
"textures/entity/cat/red.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/red.png"
}
}
},
"textures/entity/cat/siamese.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/siamese.png"
}
}
},
"textures/entity/cat/british_shorthair.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/british_shorthair.png"
}
}
},
"textures/entity/cat/calico.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/calico.png"
}
}
},
"textures/entity/cat/persian.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/persian.png"
}
}
},
"textures/entity/cat/ragdoll.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/ragdoll.png"
}
}
},
"textures/entity/cat/white.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/white.png"
}
}
},
"textures/entity/cat/jellie.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/jellie.png"
}
}
},
"textures/entity/cat/all_black.png": {
"trigger": "minecraft:tame_animal",
"conditions": {
"entity": {
"catType": "minecraft:textures/entity/cat/all_black.png"
}
}
}
},
"requirements": [
[
"textures/entity/cat/tabby.png"
],
[
"textures/entity/cat/black.png"
],
[
"textures/entity/cat/red.png"
],
[
"textures/entity/cat/siamese.png"
],
[
"textures/entity/cat/british_shorthair.png"
],
[
"textures/entity/cat/calico.png"
],
[
"textures/entity/cat/persian.png"
],
[
"textures/entity/cat/ragdoll.png"
],
[
"textures/entity/cat/white.png"
],
[
"textures/entity/cat/jellie.png"
],
[
"textures/entity/cat/all_black.png"
]
]
}