aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud/screen_a/unknown.json
blob: b682cc3dfc58b3b1ee9acd6da3d2abb3ed78b880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "widgets": [
        {
            "name": "ErrorWidget",
            "alias": "ew"
        }
    ],
    "layout": [
        {
            "op": "place",
            "where": "center",
            "apply_to": [
                "ew"
            ]
        }
    ]
}