aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/standard/garden.json
blob: 69d854eb6ff555dfc9004bc27cfad40512b38f81 (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": "GardenServerWidget",
            "alias": "gsw"
        },
        {
            "name": "ComposterWidget",
            "alias": "cw"
        }
    ],
    "layout": [
        {
            "op": "stack",
            "direction": "vertical",
            "align": "center",
            "apply_to": ["gsw", "cw"]
        },
        {
            "op": "align",
            "reference": "horizontalCenter",
            "apply_to": ["gsw", "cw"]
        }
    ]
}