Create/Update assets for version 1.16.2

This commit is contained in:
InventiveBot
2020-08-12 20:01:30 +00:00
parent 87223770cc
commit 39e1b37814
5804 changed files with 365766 additions and 80275 deletions

View File

@@ -22,14 +22,20 @@
"killed_skeleton": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:skeleton",
"distance": {
"horizontal": {
"min": 50.0
}
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:skeleton",
"distance": {
"horizontal": {
"min": 50.0
}
}
},
"entity": "this"
}
},
],
"killing_blow": {
"is_projectile": true
}