Reset system rework
- modulair reset system - fall out of world reset - lobby enchantment additions for drowning damage negation - predicate world level 50 for herohost:world
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
"feet"
|
||||
],
|
||||
"effects": {
|
||||
"prevent_armor_change": {},
|
||||
"attributes": [
|
||||
{
|
||||
"amount": -1,
|
||||
@ -45,6 +46,24 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"effect": {},
|
||||
"requirements": {
|
||||
"condition": "minecraft:damage_source_properties",
|
||||
"predicate": {
|
||||
"tags": [
|
||||
{
|
||||
"expected": true,
|
||||
"id": "minecraft:is_drowning"
|
||||
},
|
||||
{
|
||||
"expected": false,
|
||||
"id": "minecraft:bypasses_invulnerability"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user