aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/mixin/HandledScreenMixin.java
AgeCommit message (Collapse)Author
2023-10-09new pr because fixing merge conflict would take too longYasin
2023-10-06Item Rarity BackgroundsAaron
2023-10-04Move fileAaron
2023-10-03Suggestions!Aaron
2023-10-03Item ProtectionAaron
2023-09-26Rename Config FilesAaron
2023-09-15Refactor CompactorDeletorPreview and add optionKevinthegreat
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-13Improved personal compactor UI with tooltip displayvicto
Made it so it doesn't render the slots if no items (mainly for AH)
2023-09-13Add tooltip display for personal compactor itemsvicto
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-12Refactor DungeonChestProfitKevinthegreat
2023-09-11Dungeon Chest Profit Calculator!Aaron
2023-08-18Refactor utils packageKevinthegreat
2023-07-30Refactor mixinsKevinthegreat
2023-07-17Refactor ShortcutsConfigListWidgetKevinthegreat
2023-07-01Fix dragged items not rendering (#193)Aaron
2023-06-24Refactor HandledScreenMixinKevinthegreat
2023-06-24Add null checksKevinthegreat
2023-06-24Fix HandledScreenMixin for 1.20Kevinthegreat
2023-06-24Fix currentSolver null crash and refactor mixinKevinthegreat
2023-06-24Fix mixin method nameKevinthegreat
2023-06-24Add Chronomatron SolverKevinthegreat
2023-06-17Fix null check being uselessAaron
2023-06-171.20 PortAaron
The game launches successfully without any crashes!
2023-05-03Migrated backpack and QuickNav mixins to ScreenEventsKevinthegreat
2023-03-29Cleaned up mixinsKevinthegreat
2023-03-29Cleaned up codeKevinthegreat
2023-01-31Adding QuickNav CustomizationMiraculixx
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-04fix backpack preview rendering in player inventoryTrương Hoàng Long
2022-06-04multi-profile support for backpack previewTrương Hoàng Long
2022-04-04Should fix crashSpencer
2022-03-14add: customization backpack preview without shiftFix3dll
and a little cleanup for tooltip injection
2022-03-08update to 1.18.2LifeIsAParadox
2022-02-24Merge branch 'master' into masterTrương Hoàng Long
2022-02-12Fix bug where the backpack preview wouldn't update in some casesKonaeAkira
Also moved the tick() call to a more reasonable location
2022-02-12Add backpack previewKonaeAkira
2022-01-31Added Skyblock join/disconnect "events"TacoMonkey
I renamed two variables, deal with it
2022-01-30Merge branch 'master' into masterSpencer
2022-01-28Merge remote-tracking branch 'upstream/master'TacoMonkey
2022-01-28Made wiki lookup work for inventory slotsTacoMonkey
2022-01-28Change hub and dungeon_hub warp quicknav iconsKonaeAkira
2022-01-28Merge upstreamKonaeAkira
2022-01-28Made item list use the vanilla recipe bookKonaeAkira
2022-01-28implementing KonaeAkira quicknavLifeIsAParadox
2022-01-27Add item list toggle config & isSkyblock checkKonaeAkira
2022-01-27Import itemlist from https://github.com/KonaeAkira/SkypixelKonaeAkira