aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json')
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json b/src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json
new file mode 100644
index 00000000..7a9db97d
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json
@@ -0,0 +1,44 @@
+{
+ "widgets":[
+ {
+ "name": "ServerWidget",
+ "alias": "sw"
+ },
+ {
+ "name": "PowderWidget",
+ "alias": "pw"
+ },
+ {
+ "name": "CommsWidget",
+ "alias": "cw"
+ },
+ {
+ "name": "ForgeWidget",
+ "alias": "fw"
+ }
+ ],
+ "layout": [
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["sw", "cw"]
+ },
+ {
+ "op": "stack",
+ "direction": "vertical",
+ "align": "center",
+ "apply_to": ["fw", "pw"]
+ },
+ {
+ "op": "align",
+ "reference": "leftOfCenter",
+ "apply_to": ["sw", "cw"]
+ },
+ {
+ "op": "align",
+ "reference": "rightOfCenter",
+ "apply_to": ["pw", "fw"]
+ }
+ ]
+} \ No newline at end of file