Create/Update assets for version 20w09a

This commit is contained in:
InventiveBot
2020-02-27 21:00:08 +00:00
parent d733930f11
commit 86455bf9e2
2367 changed files with 229175 additions and 40563 deletions

View File

@@ -2,7 +2,8 @@
"parent": "minecraft:adventure/root",
"display": {
"icon": {
"item": "minecraft:iron_sword"
"item": "minecraft:iron_sword",
"nbt": "{Damage:0}"
},
"title": {
"translate": "advancements.adventure.kill_a_mob.title"
@@ -32,11 +33,11 @@
}
}
},
"minecraft:zombie_pigman": {
"minecraft:zombified_piglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:zombie_pigman"
"type": "minecraft:zombified_piglin"
}
}
},
@@ -215,13 +216,29 @@
"type": "minecraft:ravager"
}
}
},
"minecraft:hoglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:hoglin"
}
}
},
"minecraft:piglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:piglin"
}
}
}
},
"requirements": [
[
"minecraft:cave_spider",
"minecraft:spider",
"minecraft:zombie_pigman",
"minecraft:zombified_piglin",
"minecraft:enderman",
"minecraft:blaze",
"minecraft:creeper",
@@ -243,7 +260,9 @@
"minecraft:phantom",
"minecraft:drowned",
"minecraft:pillager",
"minecraft:ravager"
"minecraft:ravager",
"minecraft:hoglin",
"minecraft:piglin"
]
]
}