diff options
Diffstat (limited to 'src/main/resources/resourcepacks')
-rw-r--r-- | src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/farming_island.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/farming_island.json b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/farming_island.json index 5d2cc2f8..ca6c0d7d 100644 --- a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/farming_island.json +++ b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/farming_island.json @@ -11,14 +11,18 @@ ], "layout": [ { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["sw", "tw"] + "op": "align", + "reference": "leftOfCenter", + "apply_to": ["sw"] + }, + { + "op": "align", + "reference": "rightOfCenter", + "apply_to": ["tw"] }, { "op": "align", - "reference": "horizontalCenter", + "reference": "top", "apply_to": ["sw", "tw"] } ] |