aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authormsg-programs <msgdoesstuff@gmail.com>2023-08-13 14:09:49 +0200
committermsg-programs <msgdoesstuff@gmail.com>2023-08-13 14:09:49 +0200
commite1520f57b70fe98696b7bdf4e25f2d45a8bdfeb2 (patch)
treeb58f80d9fbda5f0d7d878152a60b5b5ac34b0688 /src/main/resources/assets
parent813271ea198f0f683677d349396eab017a778964 (diff)
downloadSkyblocker-e1520f57b70fe98696b7bdf4e25f2d45a8bdfeb2.tar.gz
Skyblocker-e1520f57b70fe98696b7bdf4e25f2d45a8bdfeb2.tar.bz2
Skyblocker-e1520f57b70fe98696b7bdf4e25f2d45a8bdfeb2.zip
Rework default hub layout
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/standard/hub.json14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/hub.json b/src/main/resources/assets/skyblocker/tabhud/standard/hub.json
index cbe5aab4..aa66d6ea 100644
--- a/src/main/resources/assets/skyblocker/tabhud/standard/hub.json
+++ b/src/main/resources/assets/skyblocker/tabhud/standard/hub.json
@@ -11,18 +11,14 @@
],
"layout": [
{
- "op": "align",
- "reference": "leftOfCenter",
- "apply_to": ["sw"]
- },
- {
- "op": "align",
- "reference": "rightOfCenter",
- "apply_to": ["fsw"]
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["sw", "fsw"]
},
{
"op": "align",
- "reference": "verticalCenter",
+ "reference": "horizontalCenter",
"apply_to": ["sw", "fsw"]
}
]