Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-09 | new pr because fixing merge conflict would take too long | Yasin | |
2023-10-06 | Item Rarity Backgrounds | Aaron | |
2023-10-04 | Move file | Aaron | |
2023-10-03 | Suggestions! | Aaron | |
2023-10-03 | Item Protection | Aaron | |
2023-09-26 | Rename Config Files | Aaron | |
2023-09-15 | Refactor CompactorDeletorPreview and add option | Kevinthegreat | |
2023-09-14 | "Moved BackpackPreview to new sub-package 'item'" | vicisacat | |
Refactored code by moving the BackpackPreview class to a new 'item' sub-package. | |||
2023-09-14 | "Refactor CompactorDeletorPreview logic for better structure" | vicisacat | |
Split the logic for CompactorDeletorPreview to reduce the complexity within the HandledScreenMixin.java file. This change helps to make the code simpler and easier to maintain. | |||
2023-09-13 | Improved personal compactor UI with tooltip display | victo | |
Made it so it doesn't render the slots if no items (mainly for AH) | |||
2023-09-13 | Add tooltip display for personal compactor items | victo | |
This update integrates a tooltip display for personal compactor items in the Skyblocker mod. The tooltip shows the contents of the personal compactor when hovered over. This is useful for players to quickly check the contents of their compactor without needing to open it. The commit includes creating a new Java file 'CompactorPreviewTooltipComponent.java' for the compactor tooltip component, adding new inject method 'skyblocker$addTooltipComponent' in 'HandledScreenMixin.java' executed when drawing mouseover tooltip, adding 'DrawContextInvoker.java' for invoking the 'drawTooltip' method in the 'DrawContext' class, and adding 'getItemStack' method in the 'ItemRegistry.java'. | |||
2023-09-12 | Refactor DungeonChestProfit | Kevinthegreat | |
2023-09-11 | Dungeon Chest Profit Calculator! | Aaron | |
2023-08-18 | Refactor utils package | Kevinthegreat | |
2023-07-30 | Refactor mixins | Kevinthegreat | |
2023-07-17 | Refactor ShortcutsConfigListWidget | Kevinthegreat | |
2023-07-01 | Fix dragged items not rendering (#193) | Aaron | |
2023-06-24 | Refactor HandledScreenMixin | Kevinthegreat | |
2023-06-24 | Add null checks | Kevinthegreat | |
2023-06-24 | Fix HandledScreenMixin for 1.20 | Kevinthegreat | |
2023-06-24 | Fix currentSolver null crash and refactor mixin | Kevinthegreat | |
2023-06-24 | Fix mixin method name | Kevinthegreat | |
2023-06-24 | Add Chronomatron Solver | Kevinthegreat | |
2023-06-17 | Fix null check being useless | Aaron | |
2023-06-17 | 1.20 Port | Aaron | |
The game launches successfully without any crashes! | |||
2023-05-03 | Migrated backpack and QuickNav mixins to ScreenEvents | Kevinthegreat | |
2023-03-29 | Cleaned up mixins | Kevinthegreat | |
2023-03-29 | Cleaned up code | Kevinthegreat | |
2023-01-31 | Adding QuickNav Customization | Miraculixx | |
Adding a way to customize the quick navigation buttons in the inventory. Every button can be toggled, has a display icon with nbt data, a click event and GUI name for highlighting. On default, everything is like before. The only problem is cloth config translation. I never worked before with cloth and don't want to copy paste the same key 12 times for the 12 buttons. If anyone is good with cloth config and know how to change the path, just edit it or message me :+1: | |||
2022-06-04 | fix backpack preview rendering in player inventory | Trương Hoàng Long | |
2022-06-04 | multi-profile support for backpack preview | Trương Hoàng Long | |
2022-04-04 | Should fix crash | Spencer | |
2022-03-14 | add: customization backpack preview without shift | Fix3dll | |
and a little cleanup for tooltip injection | |||
2022-03-08 | update to 1.18.2 | LifeIsAParadox | |
2022-02-24 | Merge branch 'master' into master | Trương Hoàng Long | |
2022-02-12 | Fix bug where the backpack preview wouldn't update in some cases | KonaeAkira | |
Also moved the tick() call to a more reasonable location | |||
2022-02-12 | Add backpack preview | KonaeAkira | |
2022-01-31 | Added Skyblock join/disconnect "events" | TacoMonkey | |
I renamed two variables, deal with it | |||
2022-01-30 | Merge branch 'master' into master | Spencer | |
2022-01-28 | Merge remote-tracking branch 'upstream/master' | TacoMonkey | |
2022-01-28 | Made wiki lookup work for inventory slots | TacoMonkey | |
2022-01-28 | Change hub and dungeon_hub warp quicknav icons | KonaeAkira | |
2022-01-28 | Merge upstream | KonaeAkira | |
2022-01-28 | Made item list use the vanilla recipe book | KonaeAkira | |
2022-01-28 | implementing KonaeAkira quicknav | LifeIsAParadox | |
2022-01-27 | Add item list toggle config & isSkyblock check | KonaeAkira | |
2022-01-27 | Import itemlist from https://github.com/KonaeAkira/Skypixel | KonaeAkira | |