aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/mixin/accessor
AgeCommit message (Collapse)Author
2023-10-09new pr because fixing merge conflict would take too longYasin
2023-09-15Refactor CompactorDeletorPreview and add optionKevinthegreat
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-06Emi integration (#278)Kevin
Add EMI integration
2023-08-18Refactor utils packageKevinthegreat
2023-07-30Refactor mixinsKevinthegreat
2023-07-17Add ShortcutsKevinthegreat
2023-06-26Refactor MirrorverseWaypointsKevinthegreat
2023-06-26Add Mirrorverse Waypoints + Rift FixesAaron
2023-06-22Add Fairy Souls HelperKevinthegreat