You've already forked minecraft-assets
Create/Update assets for version 20w19a
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,9 @@
|
||||
"fortress": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"feature": "fortress"
|
||||
"location": {
|
||||
"feature": "fortress"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user