aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2023-09-13remove the typoJulienraptor01
i did left 2 backslashes at the front...
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-13Hide Status Effect OverlayAaron
2023-09-12Merge pull request #294 from AzureAaron/dungeon-chest-profit-calcKevin
Dungeon Chest Profit Calculator!
2023-09-12Reduce Network Bandwidth (#297)Aaron
Reduce Network Bandwidth
2023-09-12Update Quicknav pet buttons (#296)Julienraptor01
the new skyblock 0.19.4 update changed the text
2023-09-12Refactor DungeonChestProfitKevinthegreat
2023-09-12Essence ToggleAaron
2023-09-12Change warning stuff to dark blueAaron
2023-09-11Make Scheduler and MessageScheduler singletonsKevinthegreat
2023-09-11Load lbin & bazaar prices when profit calc is enabledAaron
2023-09-11Switch to HashMapKevinthegreat
2023-09-11Dungeon Chest Profit Calculator!Aaron
2023-09-10Optimize SchedulerKevinthegreat
2023-09-10Use AVLTreeMapKevinthegreat
2023-09-10Remove ScheduledTask allocationsKevinthegreat
2023-09-10Add SchedulerTestKevinthegreat
2023-09-10lbin add shiny items (#292)Yasin
Because Neu doesnt have price for shiny items i needed to add a new variable (neuName)
2023-09-10Dev mode and refactor BackpackPreview (#291)Kevin
2023-09-10remove ItemRegistry.getRecipeResultsStream partYasin
reciperesult isnt needed anymore
2023-09-10Merge pull request #290 from msg-programs/cleanupKevin
Cleanup
2023-09-10Merge pull request #289 from AzureAaron/special-effectsKevin
Rare Drop Special Effects!
2023-09-10Fix RenderHelper#renderOutline color (#288)Kevin
2023-09-10Merge pull request #283 from Julienraptor01/Skin-wrong-base64-fixKevin
Add base64 fixer
2023-09-10add missing items to rei/emiYasin
2023-09-10Refactor SpecialEffectsKevinthegreat
2023-09-10Merge 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-10Remove trailing whitespacemsg-programs
2023-09-10change 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-10Rare Drop Special Effect!Aaron
2023-09-09Remove outdated commentsmsg-programs
2023-09-09Remove trailing whitespacemsg-programs
2023-09-09Remove redundant interfacesmsg-programs
2023-09-09Remove unneeded local ItemRenderermsg-programs
2023-09-09Remove unneeded importsmsg-programs
2023-09-09Remove whitespace on empty linesmsg-programs
2023-09-08Add 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-08Merge pull request #281 from kevinthegreat1/dungeon-batKevin
Dungeon bat
2023-09-08Refactor YggdrasilServicesKeyInfoMixinKevinthegreat
2023-09-08Remove Unique annotationKevin
2023-09-08Refactor YggdrasilServicesKeyInfoMixinKevinthegreat
2023-09-08create the base64 fixerJulienraptor01
2023-09-08Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
readme-fixes Pull upstream updates into branch
2023-09-08Rewrite the RiftProgressWidget, hopefully it works correctly now.msg-programs
2023-09-07Make bats glowKevinthegreat
2023-09-07Add bat removed detectionKevinthegreat
2023-09-07Prevent null pointer exception on missing footermsg-programs
2023-09-06Emi integration (#278)Kevin
Add EMI integration
2023-09-05OptiFabric Compatibility (#277)Aaron
2023-09-05Fix blaze solver update periodKevinthegreat