diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon.json b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon.json index ac34f22a..5fde959f 100644 --- a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon.json +++ b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon.json @@ -28,6 +28,11 @@ "layout": [ { "op": "align", + "reference": "top", + "apply_to": ["death", "downed", "server", "secret"] + }, + { + "op": "align", "reference": "leftOfCenter", "apply_to": ["death", "buffs"] }, |