Create/Update assets for version 20w22a

This commit is contained in:
InventiveBot
2020-05-29 14:41:37 +00:00
parent f5f1919d60
commit 0f3d8458da
5752 changed files with 336622 additions and 71827 deletions

View File

@@ -19,9 +19,15 @@
"killed_dragon": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ender_dragon"
}
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:ender_dragon"
},
"entity": "this"
}
]
}
}
},