aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/standard/farming_island.json
blob: 16e0c0c070edd27d4497ea71f33b9bcefb006cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "widgets":[
        {
            "name": "ServerWidget",
            "alias": "sw"
        },
        {
            "name": "TrapperWidget",
            "alias": "tw"
        }
    ],
    "layout": [
        {
            "op": "stack",
            "direction": "vertical",
            "align": "center",
            "apply_to": ["sw", "tw"]
        },
        {
            "op": "align",
            "reference": "horizontalCenter",
            "apply_to": ["sw", "tw"]
        }
    ]
}