From 54133f9aa5d4b5134943d3e8d2916100ae7e1f3a Mon Sep 17 00:00:00 2001 From: msg-programs Date: Sun, 13 Aug 2023 22:18:23 +0200 Subject: Add missing alignment op to rp dungeon layout --- .../default_top/assets/skyblocker/tabhud/standard/dungeon.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon.json b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon.json index ac34f22a..5fde959f 100644 --- a/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon.json +++ b/src/main/resources/resourcepacks/default_top/assets/skyblocker/tabhud/standard/dungeon.json @@ -26,6 +26,11 @@ } ], "layout": [ + { + "op": "align", + "reference": "top", + "apply_to": ["death", "downed", "server", "secret"] + }, { "op": "align", "reference": "leftOfCenter", -- cgit