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 @@
"summoned_golem": {
"trigger": "minecraft:summoned_entity",
"conditions": {
"entity": {
"type": "minecraft:iron_golem"
}
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:iron_golem"
},
"entity": "this"
}
]
}
}
},