diff options
author | msg-programs <msgdoesstuff@gmail.com> | 2023-08-13 22:18:23 +0200 |
---|---|---|
committer | msg-programs <msgdoesstuff@gmail.com> | 2023-08-13 22:18:23 +0200 |
commit | 54133f9aa5d4b5134943d3e8d2916100ae7e1f3a (patch) | |
tree | 5ea83c2e47ad7c33981d09396a31c5740229502f /src/main/resources | |
parent | d68c61410c00148a4e78d65949ca40ec1e31876e (diff) | |
download | Skyblocker-54133f9aa5d4b5134943d3e8d2916100ae7e1f3a.tar.gz Skyblocker-54133f9aa5d4b5134943d3e8d2916100ae7e1f3a.tar.bz2 Skyblocker-54133f9aa5d4b5134943d3e8d2916100ae7e1f3a.zip |
Add missing alignment op to rp dungeon layout
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"] }, |