aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/default.json
blob: c56e2bc2f663859db0d75822025b5c121e3ef06e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "widgets": [
        {
            "name": "ServerWidget",
            "alias": "sw"
        }
    ],
    "layout": [
        {
            "op": "place",
            "where": "centerTop",
            "apply_to": [
                "sw"
            ]
        }
    ]
}