Create/Update assets for version 20w49a

This commit is contained in:
InventiveBot
2020-12-02 20:03:14 +00:00
parent f15eb9c4b1
commit b360b1222f
7439 changed files with 421195 additions and 91044 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"
}
]
}
}
},