You've already forked minecraft-assets
Create/Update assets for version 18w50a
This commit is contained in:
@@ -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"
|
||||
]
|
||||
]
|
||||
}
|
||||
146
data/minecraft/advancements/husbandry/complete_catalogue.json
Normal file
146
data/minecraft/advancements/husbandry/complete_catalogue.json
Normal 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"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user