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:
14
data/herohost/predicate/world_y50.json
Normal file
14
data/herohost/predicate/world_y50.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"position": {
|
||||
"y": {
|
||||
"max": 50
|
||||
}
|
||||
},
|
||||
"dimension": "herohost:world"
|
||||
}
|
||||
},
|
||||
"entity":"this"
|
||||
}
|
Reference in New Issue
Block a user