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

@@ -210,6 +210,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": [
@@ -284,6 +300,12 @@
],
[
"minecraft:drowned"
],
[
"minecraft:pillager"
],
[
"minecraft:illager_beast"
]
]
}