minecraft-assets/data/minecraft/advancements/adventure/kill_a_mob.json

520 lines
12 KiB
JSON

{
"parent": "minecraft:adventure/root",
"display": {
"icon": {
"item": "minecraft:iron_sword",
"nbt": "{Damage:0}"
},
"title": {
"translate": "advancements.adventure.kill_a_mob.title"
},
"description": {
"translate": "advancements.adventure.kill_a_mob.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"minecraft:blaze": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:blaze"
},
"entity": "this"
}
]
}
},
"minecraft:cave_spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:cave_spider"
},
"entity": "this"
}
]
}
},
"minecraft:creeper": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:creeper"
},
"entity": "this"
}
]
}
},
"minecraft:drowned": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:drowned"
},
"entity": "this"
}
]
}
},
"minecraft:elder_guardian": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:elder_guardian"
},
"entity": "this"
}
]
}
},
"minecraft:ender_dragon": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:ender_dragon"
},
"entity": "this"
}
]
}
},
"minecraft:enderman": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:enderman"
},
"entity": "this"
}
]
}
},
"minecraft:endermite": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:endermite"
},
"entity": "this"
}
]
}
},
"minecraft:evoker": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:evoker"
},
"entity": "this"
}
]
}
},
"minecraft:ghast": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:ghast"
},
"entity": "this"
}
]
}
},
"minecraft:guardian": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:guardian"
},
"entity": "this"
}
]
}
},
"minecraft:hoglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:hoglin"
},
"entity": "this"
}
]
}
},
"minecraft:husk": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:husk"
},
"entity": "this"
}
]
}
},
"minecraft:magma_cube": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:magma_cube"
},
"entity": "this"
}
]
}
},
"minecraft:phantom": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:phantom"
},
"entity": "this"
}
]
}
},
"minecraft:piglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:piglin"
},
"entity": "this"
}
]
}
},
"minecraft:pillager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:pillager"
},
"entity": "this"
}
]
}
},
"minecraft:ravager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:ravager"
},
"entity": "this"
}
]
}
},
"minecraft:shulker": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:shulker"
},
"entity": "this"
}
]
}
},
"minecraft:silverfish": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:silverfish"
},
"entity": "this"
}
]
}
},
"minecraft:skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:skeleton"
},
"entity": "this"
}
]
}
},
"minecraft:slime": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:slime"
},
"entity": "this"
}
]
}
},
"minecraft:spider": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:spider"
},
"entity": "this"
}
]
}
},
"minecraft:stray": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:stray"
},
"entity": "this"
}
]
}
},
"minecraft:vex": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:vex"
},
"entity": "this"
}
]
}
},
"minecraft:vindicator": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:vindicator"
},
"entity": "this"
}
]
}
},
"minecraft:witch": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:witch"
},
"entity": "this"
}
]
}
},
"minecraft:wither_skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:wither_skeleton"
},
"entity": "this"
}
]
}
},
"minecraft:wither": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:wither"
},
"entity": "this"
}
]
}
},
"minecraft:zoglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:zoglin"
},
"entity": "this"
}
]
}
},
"minecraft:zombie_villager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:zombie_villager"
},
"entity": "this"
}
]
}
},
"minecraft:zombie": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:zombie"
},
"entity": "this"
}
]
}
},
"minecraft:zombified_piglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:zombified_piglin"
},
"entity": "this"
}
]
}
}
},
"requirements": [
[
"minecraft:blaze",
"minecraft:cave_spider",
"minecraft:creeper",
"minecraft:drowned",
"minecraft:elder_guardian",
"minecraft:ender_dragon",
"minecraft:enderman",
"minecraft:endermite",
"minecraft:evoker",
"minecraft:ghast",
"minecraft:guardian",
"minecraft:hoglin",
"minecraft:husk",
"minecraft:magma_cube",
"minecraft:phantom",
"minecraft:piglin",
"minecraft:pillager",
"minecraft:ravager",
"minecraft:shulker",
"minecraft:silverfish",
"minecraft:skeleton",
"minecraft:slime",
"minecraft:spider",
"minecraft:stray",
"minecraft:vex",
"minecraft:vindicator",
"minecraft:witch",
"minecraft:wither_skeleton",
"minecraft:wither",
"minecraft:zoglin",
"minecraft:zombie_villager",
"minecraft:zombie",
"minecraft:zombified_piglin"
]
]
}