Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | Hide Status Effect Overlay | Aaron | |
2023-09-12 | Merge pull request #294 from AzureAaron/dungeon-chest-profit-calc | Kevin | |
Dungeon Chest Profit Calculator! | |||
2023-09-12 | Reduce Network Bandwidth (#297) | Aaron | |
Reduce Network Bandwidth | |||
2023-09-12 | Update Quicknav pet buttons (#296) | Julienraptor01 | |
the new skyblock 0.19.4 update changed the text | |||
2023-09-12 | Refactor DungeonChestProfit | Kevinthegreat | |
2023-09-12 | Essence Toggle | Aaron | |
2023-09-12 | Change warning stuff to dark blue | Aaron | |
2023-09-11 | Make Scheduler and MessageScheduler singletons | Kevinthegreat | |
2023-09-11 | Load lbin & bazaar prices when profit calc is enabled | Aaron | |
2023-09-11 | Switch to HashMap | Kevinthegreat | |
2023-09-11 | Dungeon Chest Profit Calculator! | Aaron | |
2023-09-10 | Optimize Scheduler | Kevinthegreat | |
2023-09-10 | Use AVLTreeMap | Kevinthegreat | |
2023-09-10 | Remove ScheduledTask allocations | Kevinthegreat | |
2023-09-10 | Add SchedulerTest | Kevinthegreat | |
2023-09-10 | lbin add shiny items (#292) | Yasin | |
Because Neu doesnt have price for shiny items i needed to add a new variable (neuName) | |||
2023-09-10 | Dev mode and refactor BackpackPreview (#291) | Kevin | |
2023-09-10 | remove ItemRegistry.getRecipeResultsStream part | Yasin | |
reciperesult isnt needed anymore | |||
2023-09-10 | Merge pull request #290 from msg-programs/cleanup | Kevin | |
Cleanup | |||
2023-09-10 | Merge pull request #289 from AzureAaron/special-effects | Kevin | |
Rare Drop Special Effects! | |||
2023-09-10 | Fix RenderHelper#renderOutline color (#288) | Kevin | |
2023-09-10 | Merge pull request #283 from Julienraptor01/Skin-wrong-base64-fix | Kevin | |
Add base64 fixer | |||
2023-09-10 | add missing items to rei/emi | Yasin | |
2023-09-10 | Refactor SpecialEffects | Kevinthegreat | |
2023-09-10 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
cleanup # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/skyblock/item/PriceInfoTooltip.java Pull updates from upstream | |||
2023-09-10 | Remove trailing whitespace | msg-programs | |
2023-09-10 | change lbin to hysky.de api (#286) | Yasin | |
* change lbin to hysky.de api * use lvl1 pet price only change to level 1 pet price only | |||
2023-09-10 | Rare Drop Special Effect! | Aaron | |
2023-09-09 | Remove outdated comments | msg-programs | |
2023-09-09 | Remove trailing whitespace | msg-programs | |
2023-09-09 | Remove redundant interfaces | msg-programs | |
2023-09-09 | Remove unneeded local ItemRenderer | msg-programs | |
2023-09-09 | Remove unneeded imports | msg-programs | |
2023-09-09 | Remove whitespace on empty lines | msg-programs | |
2023-09-08 | Add alternate croesus helper check (#285) | Julienraptor01 | |
#257 did change that check however the change was only for Master Mode, so i add back the one for normal mode | |||
2023-09-08 | Merge pull request #281 from kevinthegreat1/dungeon-bat | Kevin | |
Dungeon bat | |||
2023-09-08 | Refactor YggdrasilServicesKeyInfoMixin | Kevinthegreat | |
2023-09-08 | Remove Unique annotation | Kevin | |
2023-09-08 | Refactor YggdrasilServicesKeyInfoMixin | Kevinthegreat | |
2023-09-08 | create the base64 fixer | Julienraptor01 | |
2023-09-08 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
readme-fixes Pull upstream updates into branch | |||
2023-09-08 | Rewrite the RiftProgressWidget, hopefully it works correctly now. | msg-programs | |
2023-09-07 | Make bats glow | Kevinthegreat | |
2023-09-07 | Add bat removed detection | Kevinthegreat | |
2023-09-07 | Prevent null pointer exception on missing footer | msg-programs | |
2023-09-06 | Emi integration (#278) | Kevin | |
Add EMI integration | |||
2023-09-05 | OptiFabric Compatibility (#277) | Aaron | |
2023-09-05 | Merge pull request #274 from kevinthegreat1/utils-cleanup | Kevin | |
Utils cleanup | |||
2023-09-05 | Fix blaze solver update period | Kevinthegreat | |