Create/Update assets for version 20w28a

This commit is contained in:
InventiveBot
2020-07-08 17:04:28 +00:00
parent d22ccd6810
commit 308262aedd
5801 changed files with 356463 additions and 75733 deletions

View File

@@ -19,9 +19,15 @@
"summoned": {
"trigger": "minecraft:summoned_entity",
"conditions": {
"entity": {
"type": "minecraft:wither"
}
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:wither"
},
"entity": "this"
}
]
}
}
},