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