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/kill_a_mob",
"display": {
"icon": {
"item": "minecraft:diamond_sword"
"item": "minecraft:diamond_sword",
"nbt": "{Damage:0}"
},
"title": {
"translate": "advancements.adventure.kill_all_mobs.title"
@@ -35,11 +36,11 @@
}
}
},
"minecraft:zombie_pigman": {
"minecraft:zombified_piglin": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:zombie_pigman"
"type": "minecraft:zombified_piglin"
}
}
},
@@ -218,6 +219,22 @@
"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": [
@@ -228,7 +245,7 @@
"minecraft:spider"
],
[
"minecraft:zombie_pigman"
"minecraft:zombified_piglin"
],
[
"minecraft:enderman"
@@ -295,6 +312,12 @@
],
[
"minecraft:ravager"
],
[
"minecraft:hoglin"
],
[
"minecraft:piglin"
]
]
}