You've already forked minecraft-assets
Create/Update assets for version 20w09a
This commit is contained in:
@@ -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"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user