Create/Update assets for version 18w50a

This commit is contained in:
InventiveBot
2018-12-21 06:39:57 +00:00
parent 2899084dcb
commit a57133010d
2938 changed files with 67589 additions and 10019 deletions

View File

@@ -207,6 +207,22 @@
"type": "minecraft:drowned"
}
}
},
"minecraft:pillager": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:pillager"
}
}
},
"minecraft:illager_beast": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:illager_beast"
}
}
}
},
"requirements": [
@@ -234,7 +250,9 @@
"minecraft:zombie",
"minecraft:zombie_villager",
"minecraft:phantom",
"minecraft:drowned"
"minecraft:drowned",
"minecraft:pillager",
"minecraft:illager_beast"
]
]
}