aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon_hub.json15
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