Create/Update assets for version 20w19a

This commit is contained in:
InventiveBot
2020-05-06 20:04:35 +00:00
parent c3f88e1446
commit b41fc436e9
5724 changed files with 316337 additions and 67363 deletions

View File

@@ -24,32 +24,31 @@
"conditions": {
"effects": {
"minecraft:speed": {},
"minecraft:hero_of_the_village": {},
"minecraft:dolphins_grace": {},
"minecraft:water_breathing": {},
"minecraft:night_vision": {},
"minecraft:glowing": {},
"minecraft:nausea": {},
"minecraft:regeneration": {},
"minecraft:haste": {},
"minecraft:jump_boost": {},
"minecraft:levitation": {},
"minecraft:slow_falling": {},
"minecraft:weakness": {},
"minecraft:saturation": {},
"minecraft:fire_resistance": {},
"minecraft:absorption": {},
"minecraft:bad_omen": {},
"minecraft:mining_fatigue": {},
"minecraft:poison": {},
"minecraft:blindness": {},
"minecraft:resistance": {},
"minecraft:wither": {},
"minecraft:slowness": {},
"minecraft:hunger": {},
"minecraft:strength": {},
"minecraft:jump_boost": {},
"minecraft:regeneration": {},
"minecraft:fire_resistance": {},
"minecraft:water_breathing": {},
"minecraft:invisibility": {},
"minecraft:night_vision": {},
"minecraft:weakness": {},
"minecraft:poison": {},
"minecraft:wither": {},
"minecraft:haste": {},
"minecraft:mining_fatigue": {},
"minecraft:levitation": {},
"minecraft:glowing": {},
"minecraft:absorption": {},
"minecraft:hunger": {},
"minecraft:nausea": {},
"minecraft:resistance": {},
"minecraft:slow_falling": {},
"minecraft:conduit_power": {},
"minecraft:invisibility": {}
"minecraft:dolphins_grace": {},
"minecraft:blindness": {},
"minecraft:bad_omen": {},
"minecraft:hero_of_the_village": {}
}
}
}

View File

@@ -24,18 +24,18 @@
"conditions": {
"effects": {
"minecraft:speed": {},
"minecraft:water_breathing": {},
"minecraft:night_vision": {},
"minecraft:poison": {},
"minecraft:regeneration": {},
"minecraft:resistance": {},
"minecraft:jump_boost": {},
"minecraft:slowness": {},
"minecraft:strength": {},
"minecraft:slow_falling": {},
"minecraft:weakness": {},
"minecraft:jump_boost": {},
"minecraft:regeneration": {},
"minecraft:fire_resistance": {},
"minecraft:water_breathing": {},
"minecraft:invisibility": {},
"minecraft:fire_resistance": {}
"minecraft:night_vision": {},
"minecraft:weakness": {},
"minecraft:poison": {},
"minecraft:slow_falling": {},
"minecraft:resistance": {}
}
}
}

View File

@@ -19,7 +19,9 @@
"fortress": {
"trigger": "minecraft:location",
"conditions": {
"feature": "fortress"
"location": {
"feature": "fortress"
}
}
}
},

View File

@@ -22,9 +22,15 @@
"killed_ghast": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ghast"
},
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:ghast"
},
"entity": "this"
}
],
"killing_blow": {
"is_projectile": true,
"direct_entity": {

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"
}
]
}
}
},

View File

@@ -22,12 +22,18 @@
"killed_ghast": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "minecraft:ghast",
"location": {
"dimension": "minecraft:overworld"
"entity": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"type": "minecraft:ghast",
"location": {
"dimension": "minecraft:overworld"
}
},
"entity": "this"
}
}
]
}
}
},