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:
2024-12-12 02:55:41 +01:00
parent cfa1761593
commit 49068b6989
6 changed files with 59 additions and 8 deletions

View File

@ -0,0 +1,14 @@
{
"condition": "minecraft:entity_properties",
"predicate": {
"location": {
"position": {
"y": {
"max": 50
}
},
"dimension": "herohost:world"
}
},
"entity":"this"
}