From 44b2fdfdbcf4c16435623ba798df1740ec3d47ec Mon Sep 17 00:00:00 2001 From: viciscat <51047087+viciscat@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:30:24 +0200 Subject: inflate files changed count remove resource pack stuffs --- .../tabhud/screenbuilder/ScreenMaster.java | 64 ------- .../resources/assets/skyblocker/tabhud/readme.md | 189 --------------------- .../assets/skyblocker/tabhud/screen_a/default.json | 70 -------- .../assets/skyblocker/tabhud/screen_a/garden.json | 70 -------- .../assets/skyblocker/tabhud/screen_a/rift.json | 48 ------ .../assets/skyblocker/tabhud/screen_a/unknown.json | 17 -- .../assets/skyblocker/tabhud/screen_b/default.json | 17 -- .../assets/skyblocker/tabhud/screen_b/dungeon.json | 53 ------ .../assets/skyblocker/tabhud/screen_b/garden.json | 29 ---- .../skyblocker/tabhud/screen_b/guest_island.json | 29 ---- .../skyblocker/tabhud/screen_b/home_island.json | 29 ---- .../assets/skyblocker/tabhud/screen_b/unknown.json | 17 -- .../skyblocker/tabhud/standard/crimson_isle.json | 44 ----- .../tabhud/standard/crystal_hollows.json | 44 ----- .../assets/skyblocker/tabhud/standard/default.json | 17 -- .../assets/skyblocker/tabhud/standard/dungeon.json | 52 ------ .../skyblocker/tabhud/standard/dungeon_hub.json | 25 --- .../skyblocker/tabhud/standard/dwarven_mines.json | 44 ----- .../skyblocker/tabhud/standard/farming_island.json | 25 --- .../assets/skyblocker/tabhud/standard/garden.json | 44 ----- .../skyblocker/tabhud/standard/guest_island.json | 17 -- .../skyblocker/tabhud/standard/home_island.json | 29 ---- .../assets/skyblocker/tabhud/standard/hub.json | 25 --- .../assets/skyblocker/tabhud/standard/park.json | 17 -- .../assets/skyblocker/tabhud/standard/rift.json | 39 ----- .../skyblocker/tabhud/standard/spider_den.json | 17 -- .../assets/skyblocker/tabhud/standard/unknown.json | 17 -- .../assets/skyblocker/tabhud/version.json | 1 - .../assets/skyblocker/tabhud/screen_a/default.json | 70 -------- .../assets/skyblocker/tabhud/screen_a/garden.json | 70 -------- .../assets/skyblocker/tabhud/screen_a/rift.json | 48 ------ .../assets/skyblocker/tabhud/screen_a/unknown.json | 17 -- .../assets/skyblocker/tabhud/screen_b/default.json | 17 -- .../assets/skyblocker/tabhud/screen_b/dungeon.json | 54 ------ .../assets/skyblocker/tabhud/screen_b/garden.json | 29 ---- .../skyblocker/tabhud/screen_b/guest_island.json | 29 ---- .../skyblocker/tabhud/screen_b/home_island.json | 29 ---- .../assets/skyblocker/tabhud/screen_b/unknown.json | 17 -- .../skyblocker/tabhud/standard/crimson_isle.json | 44 ----- .../tabhud/standard/crystal_hollows.json | 44 ----- .../assets/skyblocker/tabhud/standard/default.json | 17 -- .../assets/skyblocker/tabhud/standard/dungeon.json | 69 -------- .../skyblocker/tabhud/standard/dungeon_hub.json | 30 ---- .../skyblocker/tabhud/standard/dwarven_mines.json | 44 ----- .../skyblocker/tabhud/standard/farming_island.json | 29 ---- .../assets/skyblocker/tabhud/standard/garden.json | 44 ----- .../skyblocker/tabhud/standard/guest_island.json | 17 -- .../skyblocker/tabhud/standard/home_island.json | 29 ---- .../assets/skyblocker/tabhud/standard/hub.json | 29 ---- .../assets/skyblocker/tabhud/standard/park.json | 17 -- .../assets/skyblocker/tabhud/standard/rift.json | 39 ----- .../skyblocker/tabhud/standard/spider_den.json | 17 -- .../assets/skyblocker/tabhud/standard/unknown.json | 17 -- .../assets/skyblocker/tabhud/version.json | 1 - .../resourcepacks/top_aligned/pack.mcmeta | 10 -- .../resources/resourcepacks/top_aligned/pack.png | Bin 844 -> 0 bytes 56 files changed, 1966 deletions(-) delete mode 100644 src/main/resources/assets/skyblocker/tabhud/readme.md delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_a/default.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_a/garden.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_a/unknown.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_b/default.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_b/dungeon.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_b/garden.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_b/guest_island.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_b/home_island.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/screen_b/unknown.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/crimson_isle.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/default.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/dungeon.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/dwarven_mines.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/farming_island.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/garden.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/guest_island.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/home_island.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/hub.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/park.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/rift.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/spider_den.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/standard/unknown.json delete mode 100644 src/main/resources/assets/skyblocker/tabhud/version.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/default.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/garden.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/rift.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/unknown.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/default.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/dungeon.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/garden.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/guest_island.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/home_island.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/unknown.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/crimson_isle.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/crystal_hollows.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/default.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/dungeon.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/dungeon_hub.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/dwarven_mines.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/farming_island.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/garden.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/guest_island.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/home_island.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/hub.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/park.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/rift.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/spider_den.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/unknown.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/version.json delete mode 100644 src/main/resources/resourcepacks/top_aligned/pack.mcmeta delete mode 100644 src/main/resources/resourcepacks/top_aligned/pack.png (limited to 'src') diff --git a/src/main/java/de/hysky/skyblocker/skyblock/tabhud/screenbuilder/ScreenMaster.java b/src/main/java/de/hysky/skyblocker/skyblock/tabhud/screenbuilder/ScreenMaster.java index 6184767f..7388879f 100644 --- a/src/main/java/de/hysky/skyblocker/skyblock/tabhud/screenbuilder/ScreenMaster.java +++ b/src/main/java/de/hysky/skyblocker/skyblock/tabhud/screenbuilder/ScreenMaster.java @@ -200,70 +200,6 @@ public class ScreenMaster { }); ClientLifecycleEvents.CLIENT_STOPPING.register(client -> saveConfig()); - - - /* - - - // WHY MUST IT ALWAYS BE SUCH NESTED GARBAGE MINECRAFT KEEP THAT IN DFU FFS - - ResourceManagerHelper.registerBuiltinResourcePack( - Identifier.of(SkyblockerMod.NAMESPACE, "top_aligned"), - SkyblockerMod.SKYBLOCKER_MOD, - ResourcePackActivationType.NORMAL - ); - - ResourceManagerHelper.get(ResourceType.CLIENT_RESOURCES).registerReloadListener( - // ...why are we instantiating an interface again? - new SimpleSynchronousResourceReloadListener() { - @Override - public Identifier getFabricId() { - return Identifier.of(SkyblockerMod.NAMESPACE, "tabhud"); - } - - @Override - public void reload(ResourceManager manager) { - - standardMap.clear(); - screenAMap.clear(); - screenBMap.clear(); - - int excnt = 0; - - for (Map.Entry entry : manager - .findResources("tabhud", path -> path.getPath().endsWith("version.json")) - .entrySet()) { - - try (BufferedReader reader = MinecraftClient.getInstance().getResourceManager() - .openAsReader(entry.getKey())) { - JsonObject json = JsonParser.parseReader(reader).getAsJsonObject(); - if (json.get("format_version").getAsInt() != VERSION) { - throw new IllegalStateException(String.format("Resource pack isn't compatible! Expected version %d, got %d", VERSION, json.get("format_version").getAsInt())); - } - - } catch (Exception ex) { - LOGGER.error("it borked", ex); - } - } - - for (Map.Entry entry : manager - .findResources("tabhud", path -> path.getPath().endsWith(".json") && !path.getPath().endsWith("version.json")) - .entrySet()) { - try { - - load(entry.getKey()); - } catch (Exception e) { - LOGGER.error(e.getMessage()); - excnt++; - } - } - if (excnt > 0) { - LOGGER.warn("shit went down"); - } - } - }); - - */ } /** diff --git a/src/main/resources/assets/skyblocker/tabhud/readme.md b/src/main/resources/assets/skyblocker/tabhud/readme.md deleted file mode 100644 index 7a52ddc0..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/readme.md +++ /dev/null @@ -1,189 +0,0 @@ -# Directory layout -The resource pack should look like this: -``` -my_pack -├───pack.mcmeta -└───assets - └───skyblocker - └───tabhud - ├───version.json - ├───screen_a - ├───screen_b - └───standard -``` -The three dirs `screen_a`, `screen_b` and `standard` contain the screen definition JSON files as described below. `standard` describes the screens shown when just the TAB key is pressed, while `screen_a/b` describe the screens shown when using the modifier keys A and B (default binds: N and B). -The file names are used to describe where a screen is shown. They are case sensitive. For a full list of possible names see Appendix A. While this scheme necessitates duplicate file contents and results in similar file names in different directories, it also allows for much control both when creating a complete layout or when only overriding specific screens. -The `version.json` file contains a single line `{ "version": X }`, where X is the version of the internal resource pack format. This number is incremented when major changes to the resource pack structure are made in the future. It's currently 1; packs with a different version number are rejected. -IF A MAJOR CHANGE IS MADE THAT MODIFIES THE VERSION NUMBER AND THEREFORE BREAKS YOUR LAYOUT, EDITING THE VERSION FILE WITHOUT REMAKING THE RESOURCE PACK DOES NOT FIX ANYTHING. - -# Screen definition JSONs -This file consists of one widgets section and one layout section. - -## Widget section -The widget section defines all of the widgets that a screen uses. It also defines an alias that is used in the layout section and possibly a widget's argument if its behaviour can be changed by one. -For a full list of widgets, their names and their arguments see Appendix B. - -Be advised that most widgets only work correctly in some areas. The MinionWidget for example can't show your minions when you're not on the home island. General rule of thumb: If the info is displayed in the unmodded tab hud, the correlating widget works. - -## Layout section -The layout section defines how the widgets are arranged on the screen. This is done using a pipeline; an ordered list of stages where each stage moves the widgets in some way. The initial position of the widgets is undefined. As a rule of thumb, every stage (except "Place", see below) only moves the widget in one direction, so at least two operations need to be done executed on each widget for it to be in a well defined position. A full list of operations and their arguments is found in Appendix C. - -# Appendices - -## Appendix A: Area identifiers -Some are self-explaining, others have clarification -- default: Any area without its own dedicated layout file. -- unknown: The mod doesn't know where you are. -- dungeon: Inside a dungon. -- dungeon_hub: In the dungeon hub. -- farming_island: The island with the barn, wheat, melons and pumpkins. -- park: The island with the trees and the harp. -- garden: The new(er) personal farming area -- hub: The main hub area. -- deep_caverns -- home_island -- guest_island -- crimson_isle -- dwarven_mines -- crystal_hollows -- end -- gold_mine -- spider_den -- jerry_workshop -- kuudra -- rift - -## Appendix B: Widget identifiers and arguments -Grouped by themes (roughly) - -- CookieWidget: Your super cookie. -- EffectWidget: Currently active effects. -- ElectionWidget: The current mayor election. -- EssenceWidget: Your dungeon essences. -- ErrorWidget: Displays an error message, "No data available" by default. Optional arg `text`: The error to be displayed. -- EventWidget: Current events. Arg `inGarden: true|false`: Is this widget displayed in the garden area? -- FireSaleWidget: Ongoing fire sales. -- MinionWidget: The minions on your island. -- ProfileWidget: Data about the player's profile. -- SkillsWidget: The player's skill levels and stats -- TrapperWidget: Trapper pelts on the farming island. -- UpgradeWidget: Currently running upgrades -- CameraPositionWidget: Shows orientation (pitch/yaw) of camera - -#### Garden -- ComposterWidget: The composter in the garden. -- GardenServerWidget: Server widget specialized for the garden. -- GardenSkillsWidget: Skills widget specialized for the garden. -- JacobsContestWidget: The current Jacob's contest when in the garden. - -#### Mining -- CommsWidget: Shows the king's commissions in the dwarven mines and the crystal hollows. -- ForgeWidget: Items in the forge -- PowderWidget: Gemstone and Mithril powder collection. - -#### Crimson Isle -- QuestWidget: Crimson Isle faction quests. -- ReputationWidget: Crimson Isle faction reputation. -- VolcanoWidget: Volcano status on the crimson isle - -#### Dungeon In-game -- DungeonBuffWidget: The dungeon buffs you've found in this run. -- DungeonDeathWidget: Various dungeon stats (deaths, but also milestones, healing, damage taken). -- DungeonDownedWidget: Downed people in the dungeon. -- DungeonPlayerWidget: A single dungeon player. Arg `player: 1|2|3|4|5`: For which player should this widget display info? One for each player is recommended. -- DungeonPuzzleWidget: A list of all dungeon puzzles and their status. -- DungeonSecretWidget: How many secrets and crypts you've found in this run. -- DungeonServerWidget: Server widget specialized for the dungeon. - -#### Rift -- AdvertisementWidget: Shows rift ads. -- GoodToKnowWidget: Lifetime Motes earned and/or times you visited the rift. -- RiftProfileWidget: Info about your player profile while in the rift. -- RiftProgressWidget: Info about Montezuma, Timecharms and Enigma Souls. -- RiftServerInfoWidget: Server widget specialized for the rift. -- RiftStatsWidget: Server widget specialized for the rift. -- ShenWidget: Shows Shen's countdown - -#### Player lists -- PlayerListWidget: Generic list of players in the area. -- IslandGuestsWidget: Players visiting you or the same private island as you. -- IslandOwnersWidget: Owners of the island you're visiting. -- IslandSelfWidget: Owners of your home island. - -#### Server info -- ServerWidget: Generic server information. -- GuestServerWidget: Server widget specialized for guesting. -- IslandServerWidget: Server widget specialized for the home island. -- ParkServerWidget: Server widget specialized for the park. - -## Appendix C: Pipeline stages - -#### Align -- op: `align` -- reference: One of `horizontalCenter`, `verticalCenter`, `leftOfCenter`, `rightOfCenter`, `topOfCenter`, `botOfCenter`, `top`, `bot`, `left`, `right` -- apply_to: List of widgets to individually apply this operation to. -- Moves a widget in *one* direction (up/down OR left/right) until it's positioned in the way described by `reference`. This reference may be thought of as a straight line, with some describing the screen's borders and others referring to it's two center axis. - -Example: align A and B with "horizontalCenter" -``` -+-----------+ +-----------+ -| | | | -| A | | -> A | -| | --> | | -| | | | -| B| | B <- | -+-----------+ +-----------+ -``` - -#### Collide -- op: `collideAgainst` -- direction: One of `left`, `right`, `top`, `bot` -- widgets: List of widgets to individually move. -- colliders: List static reference widgets to "collide against". -- Moves a widget in the `direction` until it would overlap with any one of the colliders. Doesn't move the widget in the other direction, doesn't move the widget if it wouldn't collide with anything. - -Example: Collide A and B from the right with X, Y and Z -``` -+-----------+ +-----------+ -| A | | A | -| A XX | | -> AXX | -| XX | --> | XX | -| Y | | Y | -| Y BB| | -> BBY | -+-----------+ +-----------+ -``` - -#### Stack -- op: `stack` -- direction: One of `vertical`, `horizontal` -- align: One of `center`, `top`, `bot`, `left`, `right` -- apply_to: List of widgets to stack, order of the list is important (top -> bot or left -> right) -- Move the widgets vertically or horizontally as indicated by the `direction`. `align` indicates if the list is touching a screen border or is centered on the screen. This only works with borders in the direction of the stacking; combinations such as `vertical`/`left` are considered invalid and act like `align` was set to `center`. This only moves the widget in one direction so in order to get a clean list, an Align operation must be executed as well. - -Example: Stack A, B, C vertically/center-aligned, then align with leftOfCenter -``` -+-----------+ +-----------+ +-----------+ -| A | | v | | | -| | stack | A | align | -> A | -| C | --> | v B | --> | B <- | -| | | C ^ | | C <- | -| B | | | | | -+-----------+ +-----------+ +-----------+ -``` - -#### Place -- op: `place` -- where: One of `center`, `centerTop`, `centerBot`, `centerLeft`, `centerRight`, `cornerTopRight`, `cornerTopLeft`, `cornerBotRight`, `cornerBotLeft`. -- apply_to: Widget to place an the indicated position. -- Places a widget at some position, moving it in any direction as needed. Only makes sense to use on one widget at a time, as applying the same Place op to multiple widgtes causes them to be on top of each other. - -Example: Place A at "center" -``` -+-----------+ +-----------+ -| | | | -| A | | -> v | -| | --> | A | -| | | | -| | | | -+-----------+ +-----------+ -``` \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_a/default.json b/src/main/resources/assets/skyblocker/tabhud/screen_a/default.json deleted file mode 100644 index dcfa5138..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_a/default.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "widgets":[ - { - "name": "SkillsWidget", - "alias": "sw" - }, - { - "name": "EventWidget", - "alias": "evw", - "inGarden": false - }, - { - "name": "UpgradeWidget", - "alias": "uw" - }, - { - "name": "ProfileWidget", - "alias": "pw" - }, - { - "name": "EffectWidget", - "alias": "efw" - }, - { - "name": "ElectionWidget", - "alias": "elw" - }, - { - "name": "CookieWidget", - "alias": "cw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["sw", "evw", "uw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["pw", "efw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["elw", "cw"] - }, - { - "op": "align", - "reference": "horizontalCenter", - "apply_to": ["sw", "evw", "uw"] - }, - { - "op": "collideAgainst", - "direction": "left", - "widgets": ["pw", "efw"], - "colliders": ["sw", "evw", "uw"] - }, - { - "op": "collideAgainst", - "direction": "right", - "widgets": ["elw", "cw"], - "colliders": ["sw", "evw", "uw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_a/garden.json b/src/main/resources/assets/skyblocker/tabhud/screen_a/garden.json deleted file mode 100644 index 3e1556ef..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_a/garden.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "widgets":[ - { - "name": "GardenSkillsWidget", - "alias": "gsw" - }, - { - "name": "EventWidget", - "alias": "evw", - "inGarden": true - }, - { - "name": "UpgradeWidget", - "alias": "uw" - }, - { - "name": "ProfileWidget", - "alias": "pw" - }, - { - "name": "EffectWidget", - "alias": "efw" - }, - { - "name": "JacobsContestWidget", - "alias": "jcw" - }, - { - "name": "CookieWidget", - "alias": "cw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["gsw", "evw", "uw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["pw", "efw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["jcw", "cw"] - }, - { - "op": "align", - "reference": "horizontalCenter", - "apply_to": ["gsw", "evw", "uw"] - }, - { - "op": "collideAgainst", - "direction": "left", - "widgets": ["pw", "efw"], - "colliders": ["gsw", "evw", "uw"] - }, - { - "op": "collideAgainst", - "direction": "right", - "widgets": ["jcw", "cw"], - "colliders": ["gsw", "evw", "uw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json b/src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json deleted file mode 100644 index 8d1d4c5f..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_a/rift.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "widgets":[ - { - "name": "RiftProfileWidget", - "alias": "profile" - }, - { - "name": "RiftStatsWidget", - "alias": "stats" - }, - { - "name": "ShenWidget", - "alias": "shen" - }, - { - "name": "CookieWidget", - "alias": "cookie" - }, - { - "name": "AdvertisementWidget", - "alias": "ad" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["stats", "ad"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["profile", "shen", "cookie"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["stats", "ad"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["profile", "shen", "cookie"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_a/unknown.json b/src/main/resources/assets/skyblocker/tabhud/screen_a/unknown.json deleted file mode 100644 index b682cc3d..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_a/unknown.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "ErrorWidget", - "alias": "ew" - } - ], - "layout": [ - { - "op": "place", - "where": "center", - "apply_to": [ - "ew" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_b/default.json b/src/main/resources/assets/skyblocker/tabhud/screen_b/default.json deleted file mode 100644 index a1f52ad5..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_b/default.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "PlayerListWidget", - "alias": "plw" - } - ], - "layout": [ - { - "op": "place", - "where": "center", - "apply_to": [ - "plw" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_b/dungeon.json b/src/main/resources/assets/skyblocker/tabhud/screen_b/dungeon.json deleted file mode 100644 index 075e3d4c..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_b/dungeon.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "widgets":[ - { - "name": "DungeonPlayerWidget", - "alias": "dpw1", - "player": 1 - }, - { - "name": "DungeonPlayerWidget", - "alias": "dpw2", - "player": 2 - }, - { - "name": "DungeonPlayerWidget", - "alias": "dpw3", - "player": 3 - }, - { - "name": "DungeonPlayerWidget", - "alias": "dpw4", - "player": 4 - }, - { - "name": "DungeonPlayerWidget", - "alias": "dpw5", - "player": 5 - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["dpw1", "dpw2", "dpw3"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["dpw4", "dpw5"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["dpw1", "dpw2", "dpw3"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["dpw4", "dpw5"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_b/garden.json b/src/main/resources/assets/skyblocker/tabhud/screen_b/garden.json deleted file mode 100644 index 772e0594..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_b/garden.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "widgets":[ - { - "name": "IslandGuestsWidget", - "alias": "igw" - }, - { - "name": "IslandSelfWidget", - "alias": "isw" - } - ], - "layout": [ - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["igw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["isw"] - }, - { - "op": "align", - "reference": "verticalCenter", - "apply_to": ["igw", "isw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_b/guest_island.json b/src/main/resources/assets/skyblocker/tabhud/screen_b/guest_island.json deleted file mode 100644 index 54a4039d..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_b/guest_island.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "widgets":[ - { - "name": "IslandGuestsWidget", - "alias": "igw" - }, - { - "name": "IslandOwnersWidget", - "alias": "iow" - } - ], - "layout": [ - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["igw"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["iow"] - }, - { - "op": "align", - "reference": "verticalCenter", - "apply_to": ["igw", "iow"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_b/home_island.json b/src/main/resources/assets/skyblocker/tabhud/screen_b/home_island.json deleted file mode 100644 index 772e0594..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_b/home_island.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "widgets":[ - { - "name": "IslandGuestsWidget", - "alias": "igw" - }, - { - "name": "IslandSelfWidget", - "alias": "isw" - } - ], - "layout": [ - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["igw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["isw"] - }, - { - "op": "align", - "reference": "verticalCenter", - "apply_to": ["igw", "isw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/screen_b/unknown.json b/src/main/resources/assets/skyblocker/tabhud/screen_b/unknown.json deleted file mode 100644 index b682cc3d..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/screen_b/unknown.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "ErrorWidget", - "alias": "ew" - } - ], - "layout": [ - { - "op": "place", - "where": "center", - "apply_to": [ - "ew" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/crimson_isle.json b/src/main/resources/assets/skyblocker/tabhud/standard/crimson_isle.json deleted file mode 100644 index 7584c423..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/crimson_isle.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "widgets":[ - { - "name": "ServerWidget", - "alias": "sw" - }, - { - "name": "ReputationWidget", - "alias": "rw" - }, - { - "name": "QuestWidget", - "alias": "qw" - }, - { - "name": "VolcanoWidget", - "alias": "vw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["sw", "rw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["qw", "vw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["sw", "rw"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["qw", "vw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json b/src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json deleted file mode 100644 index 7a9db97d..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/crystal_hollows.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "widgets":[ - { - "name": "ServerWidget", - "alias": "sw" - }, - { - "name": "PowderWidget", - "alias": "pw" - }, - { - "name": "CommsWidget", - "alias": "cw" - }, - { - "name": "ForgeWidget", - "alias": "fw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["sw", "cw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["fw", "pw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["sw", "cw"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["pw", "fw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/default.json b/src/main/resources/assets/skyblocker/tabhud/standard/default.json deleted file mode 100644 index 99ca3323..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/default.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "ServerWidget", - "alias": "sw" - } - ], - "layout": [ - { - "op": "place", - "where": "center", - "apply_to": [ - "sw" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/dungeon.json b/src/main/resources/assets/skyblocker/tabhud/standard/dungeon.json deleted file mode 100644 index f0fce5c6..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/dungeon.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "widgets":[ - { - "name": "DungeonDownedWidget", - "alias": "ddow" - }, - { - "name": "DungeonDeathWidget", - "alias": "ddew" - }, - { - "name": "DungeonSecretWidget", - "alias": "dscw" - }, - { - "name": "DungeonServerWidget", - "alias": "dsrw" - }, - { - "name": "DungeonPuzzleWidget", - "alias": "dpuw" - }, - { - "name": "DungeonBuffWidget", - "alias": "dbw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["ddow", "ddew", "dbw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["dsrw", "dpuw", "dscw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["ddow", "ddew", "dbw"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["dsrw", "dpuw", "dscw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json b/src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json deleted file mode 100644 index 09b39296..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/dungeon_hub.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "widgets":[ - { - "name": "ServerWidget", - "alias": "sw" - }, - { - "name": "EssenceWidget", - "alias": "ew" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["sw", "ew"] - }, - { - "op": "align", - "reference": "horizontalCenter", - "apply_to": ["sw", "ew"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/dwarven_mines.json b/src/main/resources/assets/skyblocker/tabhud/standard/dwarven_mines.json deleted file mode 100644 index 7a9db97d..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/dwarven_mines.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "widgets":[ - { - "name": "ServerWidget", - "alias": "sw" - }, - { - "name": "PowderWidget", - "alias": "pw" - }, - { - "name": "CommsWidget", - "alias": "cw" - }, - { - "name": "ForgeWidget", - "alias": "fw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["sw", "cw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["fw", "pw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["sw", "cw"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["pw", "fw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/farming_island.json b/src/main/resources/assets/skyblocker/tabhud/standard/farming_island.json deleted file mode 100644 index 16e0c0c0..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/farming_island.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "widgets":[ - { - "name": "ServerWidget", - "alias": "sw" - }, - { - "name": "TrapperWidget", - "alias": "tw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["sw", "tw"] - }, - { - "op": "align", - "reference": "horizontalCenter", - "apply_to": ["sw", "tw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/garden.json b/src/main/resources/assets/skyblocker/tabhud/standard/garden.json deleted file mode 100644 index cc270c02..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/garden.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "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 diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/guest_island.json b/src/main/resources/assets/skyblocker/tabhud/standard/guest_island.json deleted file mode 100644 index cc1be77f..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/guest_island.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "GuestServerWidget", - "alias": "gsw" - } - ], - "layout": [ - { - "op": "place", - "where": "center", - "apply_to": [ - "gsw" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/home_island.json b/src/main/resources/assets/skyblocker/tabhud/standard/home_island.json deleted file mode 100644 index 6fe3c32d..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/home_island.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "widgets":[ - { - "name": "IslandServerWidget", - "alias": "isw" - }, - { - "name": "MinionWidget", - "alias": "mw" - } - ], - "layout": [ - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["isw"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["mw"] - }, - { - "op": "align", - "reference": "verticalCenter", - "apply_to": ["isw", "mw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/hub.json b/src/main/resources/assets/skyblocker/tabhud/standard/hub.json deleted file mode 100644 index aa66d6ea..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/hub.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "widgets":[ - { - "name": "ServerWidget", - "alias": "sw" - }, - { - "name": "FireSaleWidget", - "alias": "fsw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["sw", "fsw"] - }, - { - "op": "align", - "reference": "horizontalCenter", - "apply_to": ["sw", "fsw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/park.json b/src/main/resources/assets/skyblocker/tabhud/standard/park.json deleted file mode 100644 index 2c8a96cc..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/park.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "ParkServerWidget", - "alias": "psw" - } - ], - "layout": [ - { - "op": "place", - "where": "center", - "apply_to": [ - "psw" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/rift.json b/src/main/resources/assets/skyblocker/tabhud/standard/rift.json deleted file mode 100644 index 2f5a48b2..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/rift.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "widgets":[ - { - "name": "RiftProgressWidget", - "alias": "rft" - }, - { - "name": "GoodToKnowWidget", - "alias": "gtk" - }, - { - "name": "RiftServerInfoWidget", - "alias": "si" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "center", - "apply_to": ["si", "gtk"] - }, - { - "op": "align", - "reference": "verticalCenter", - "apply_to": ["rft"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["si", "gtk"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["rft"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/spider_den.json b/src/main/resources/assets/skyblocker/tabhud/standard/spider_den.json deleted file mode 100644 index faa437ac..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/spider_den.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "SpidersDenServerWidget", - "alias": "psw" - } - ], - "layout": [ - { - "op": "place", - "where": "center", - "apply_to": [ - "psw" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/standard/unknown.json b/src/main/resources/assets/skyblocker/tabhud/standard/unknown.json deleted file mode 100644 index b682cc3d..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/standard/unknown.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "ErrorWidget", - "alias": "ew" - } - ], - "layout": [ - { - "op": "place", - "where": "center", - "apply_to": [ - "ew" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/skyblocker/tabhud/version.json b/src/main/resources/assets/skyblocker/tabhud/version.json deleted file mode 100644 index 2fd60949..00000000 --- a/src/main/resources/assets/skyblocker/tabhud/version.json +++ /dev/null @@ -1 +0,0 @@ -{ "format_version": 1 } \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/default.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/default.json deleted file mode 100644 index 2002591f..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/default.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "widgets":[ - { - "name": "SkillsWidget", - "alias": "sw" - }, - { - "name": "EventWidget", - "alias": "evw", - "inGarden": false - }, - { - "name": "UpgradeWidget", - "alias": "uw" - }, - { - "name": "ProfileWidget", - "alias": "pw" - }, - { - "name": "EffectWidget", - "alias": "efw" - }, - { - "name": "ElectionWidget", - "alias": "elw" - }, - { - "name": "CookieWidget", - "alias": "cw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["sw", "evw", "uw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["pw", "efw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["elw", "cw"] - }, - { - "op": "align", - "reference": "horizontalCenter", - "apply_to": ["sw", "evw", "uw"] - }, - { - "op": "collideAgainst", - "direction": "left", - "widgets": ["pw", "efw"], - "colliders": ["sw", "evw", "uw"] - }, - { - "op": "collideAgainst", - "direction": "right", - "widgets": ["elw", "cw"], - "colliders": ["sw", "evw", "uw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/garden.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/garden.json deleted file mode 100644 index 39ee5b98..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/garden.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "widgets":[ - { - "name": "GardenSkillsWidget", - "alias": "gsw" - }, - { - "name": "EventWidget", - "alias": "evw", - "inGarden": true - }, - { - "name": "UpgradeWidget", - "alias": "uw" - }, - { - "name": "ProfileWidget", - "alias": "pw" - }, - { - "name": "EffectWidget", - "alias": "efw" - }, - { - "name": "JacobsContestWidget", - "alias": "jcw" - }, - { - "name": "CookieWidget", - "alias": "cw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["gsw", "evw", "uw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["pw", "efw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["jcw", "cw"] - }, - { - "op": "align", - "reference": "horizontalCenter", - "apply_to": ["gsw", "evw", "uw"] - }, - { - "op": "collideAgainst", - "direction": "left", - "widgets": ["pw", "efw"], - "colliders": ["gsw", "evw", "uw"] - }, - { - "op": "collideAgainst", - "direction": "right", - "widgets": ["jcw", "cw"], - "colliders": ["gsw", "evw", "uw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/rift.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/rift.json deleted file mode 100644 index d18efca8..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/rift.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "widgets":[ - { - "name": "RiftProfileWidget", - "alias": "profile" - }, - { - "name": "RiftStatsWidget", - "alias": "stats" - }, - { - "name": "ShenWidget", - "alias": "shen" - }, - { - "name": "CookieWidget", - "alias": "cookie" - }, - { - "name": "AdvertisementWidget", - "alias": "ad" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["stats", "ad"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["profile", "shen", "cookie"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["stats", "ad"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["profile", "shen", "cookie"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/unknown.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/unknown.json deleted file mode 100644 index 280a46a8..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_a/unknown.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "ErrorWidget", - "alias": "ew" - } - ], - "layout": [ - { - "op": "place", - "where": "centerTop", - "apply_to": [ - "ew" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/default.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/default.json deleted file mode 100644 index e857ee6f..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/default.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "PlayerListWidget", - "alias": "plw" - } - ], - "layout": [ - { - "op": "place", - "where": "centerTop", - "apply_to": [ - "plw" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/dungeon.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/dungeon.json deleted file mode 100644 index 78fb6a25..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/dungeon.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "widgets":[ - { - "name": "DungeonPlayerWidget", - "alias": "dpw1", - "player": 1 - }, - { - "name": "DungeonPlayerWidget", - "alias": "dpw2", - "player": 2 - }, - { - "name": "DungeonPlayerWidget", - "alias": "dpw3", - "player": 3 - }, - { - "name": "DungeonPlayerWidget", - "alias": "dpw4", - "player": 4 - }, - { - "name": "DungeonPlayerWidget", - "alias": "dpw5", - "player": 5 - } - ], - "layout": [ - { - "op": "stack", - "direction": "horizontal", - "align": "center", - "apply_to": ["dpw1", "dpw2", "dpw3"] - }, - { - "op": "stack", - "direction": "horizontal", - "align": "center", - "apply_to": ["dpw4", "dpw5"] - }, - { - "op": "align", - "reference": "top", - "apply_to": ["dpw1", "dpw2", "dpw3"] - }, - { - "op": "collideAgainst", - "direction": "bot", - "widgets": ["dpw4", "dpw5"], - "colliders": ["dpw1", "dpw2", "dpw3"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/garden.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/garden.json deleted file mode 100644 index 64fe8de4..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/garden.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "widgets":[ - { - "name": "IslandGuestsWidget", - "alias": "igw" - }, - { - "name": "IslandSelfWidget", - "alias": "isw" - } - ], - "layout": [ - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["igw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["isw"] - }, - { - "op": "align", - "reference": "top", - "apply_to": ["igw", "isw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/guest_island.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/guest_island.json deleted file mode 100644 index 98d9bd9e..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/guest_island.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "widgets":[ - { - "name": "IslandGuestsWidget", - "alias": "igw" - }, - { - "name": "IslandOwnersWidget", - "alias": "iow" - } - ], - "layout": [ - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["igw"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["iow"] - }, - { - "op": "align", - "reference": "top", - "apply_to": ["igw", "iow"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/home_island.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/home_island.json deleted file mode 100644 index 64fe8de4..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/home_island.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "widgets":[ - { - "name": "IslandGuestsWidget", - "alias": "igw" - }, - { - "name": "IslandSelfWidget", - "alias": "isw" - } - ], - "layout": [ - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["igw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["isw"] - }, - { - "op": "align", - "reference": "top", - "apply_to": ["igw", "isw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/unknown.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/unknown.json deleted file mode 100644 index 280a46a8..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/screen_b/unknown.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "widgets": [ - { - "name": "ErrorWidget", - "alias": "ew" - } - ], - "layout": [ - { - "op": "place", - "where": "centerTop", - "apply_to": [ - "ew" - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/crimson_isle.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/crimson_isle.json deleted file mode 100644 index 07e00d5f..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/crimson_isle.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "widgets":[ - { - "name": "ServerWidget", - "alias": "sw" - }, - { - "name": "ReputationWidget", - "alias": "rw" - }, - { - "name": "QuestWidget", - "alias": "qw" - }, - { - "name": "VolcanoWidget", - "alias": "vw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["sw", "rw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["qw", "vw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["sw", "rw"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["qw", "vw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/crystal_hollows.json b/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/crystal_hollows.json deleted file mode 100644 index 45d3c188..00000000 --- a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/crystal_hollows.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "widgets":[ - { - "name": "ServerWidget", - "alias": "sw" - }, - { - "name": "PowderWidget", - "alias": "pw" - }, - { - "name": "CommsWidget", - "alias": "cw" - }, - { - "name": "ForgeWidget", - "alias": "fw" - } - ], - "layout": [ - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["sw", "cw"] - }, - { - "op": "stack", - "direction": "vertical", - "align": "top", - "apply_to": ["fw", "pw"] - }, - { - "op": "align", - "reference": "leftOfCenter", - "apply_to": ["sw", "cw"] - }, - { - "op": "align", - "reference": "rightOfCenter", - "apply_to": ["pw", "fw"] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/top_aligned/assets/skyblocker/tabhud/standard/default.json b/src/main/resources/resourcepacks/top_aligned/assets/skybloc