diff options
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud/standard/garden.json')
-rw-r--r-- | src/main/resources/assets/skyblocker/tabhud/standard/garden.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/garden.json b/src/main/resources/assets/skyblocker/tabhud/standard/garden.json new file mode 100644 index 00000000..cc270c02 --- /dev/null +++ b/src/main/resources/assets/skyblocker/tabhud/standard/garden.json @@ -0,0 +1,44 @@ +{ + "widgets":[ + { + "name": "GardenServerWidget", + "alias": "gsw" + }, + { + "name": "ComposterWidget", + "alias": "cw" + }, + { + "name": "GardenVisitorsWidget", + "alias": "vw" + }, + { + "name": "CameraPositionWidget", + "alias": "cpw" + } + ], + "layout": [ + { + "op": "stack", + "direction": "vertical", + "align": "center", + "apply_to": ["gsw", "vw"] + }, + { + "op": "stack", + "direction": "vertical", + "align": "center", + "apply_to": ["cw", "cpw"] + }, + { + "op": "align", + "reference": "leftOfCenter", + "apply_to": ["gsw", "vw"] + }, + { + "op": "align", + "reference": "rightOfCenter", + "apply_to": ["cw", "cpw"] + } + ] +}
\ No newline at end of file |