diff options
author | msg-programs <msgdoesstuff@gmail.com> | 2023-08-13 14:12:11 +0200 |
---|---|---|
committer | msg-programs <msgdoesstuff@gmail.com> | 2023-08-13 14:12:11 +0200 |
commit | 91c734e1736bad4d6f4da83a8db3fd6a7916e8c1 (patch) | |
tree | 3c9e2dd74fe39759b61f4105abdc8a51df4367f6 | |
parent | 7d9e75bcd1d17f2c8f242165883c6373e629d773 (diff) | |
download | Skyblocker-91c734e1736bad4d6f4da83a8db3fd6a7916e8c1.tar.gz Skyblocker-91c734e1736bad4d6f4da83a8db3fd6a7916e8c1.tar.bz2 Skyblocker-91c734e1736bad4d6f4da83a8db3fd6a7916e8c1.zip |
Rework dungeon hub layout from rp
-rw-r--r-- | src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon_hub.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon_hub.json b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon_hub.json index 68c0d9bb..9a926fab 100644 --- a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon_hub.json +++ b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon_hub.json @@ -11,15 +11,20 @@ ], "layout": [ { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["sw", "ew"] + "op": "align", + "reference": "leftOfCenter", + "apply_to": ["sw"] + }, + { + "op": "align", + "reference": "rightOfCenter", + "apply_to": ["ew"] }, { "op": "align", - "reference": "horizontalCenter", + "reference": "top", "apply_to": ["sw", "ew"] } + ] }
\ No newline at end of file |