aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/mixin
AgeCommit message (Collapse)Author
2023-10-09new pr because fixing merge conflict would take too longYasin
2023-10-09Merge branch 'master' into better-durabilityYasin
2023-10-08Merge branch 'master' into item-cooldownGrayray75
2023-10-08Merge WrapOperations into onealexia
2023-10-07Apply suggestions from code reviewalexia
Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com>
2023-10-07Hook actual durability for Pickonimbus/Drillsalexia
Instead of the previous DrawContext hack. Confirmed working with Durability Notifier on Fabric 1.20.2.
2023-10-06Item Rarity BackgroundsAaron
2023-10-04Move fileAaron
2023-10-03Suggestions!Aaron
2023-10-03Refactor ItemCooldownsKevinthegreat
2023-10-03Merge branch 'master' into item-cooldownGrayray75
2023-10-03Item ProtectionAaron
2023-09-29Move code into the skyblock.item packageGrayray75
2023-09-29Revert some unnecessary code style changesGrayray75
2023-09-28Implement item cooldown displayGrayray75
2023-09-26Rename Config FilesAaron
2023-09-221.20.2 + Related PatchesAaron
2023-09-211.20.2-pre1Aaron
2023-09-16Hide fake players in social interactions screen (#312)Aaron
2023-09-16Optimize Base64 Replacer (#311)Aaron
2023-09-16Merge pull request #302 from viciscat/compactor_previewKevin
Personal Compactor/Deletor preview
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-13Hide Status Effect OverlayAaron
2023-09-12Refactor DungeonChestProfitKevinthegreat
2023-09-11Dungeon Chest Profit Calculator!Aaron
2023-09-10Merge pull request #290 from msg-programs/cleanupKevin
Cleanup
2023-09-10Merge pull request #283 from Julienraptor01/Skin-wrong-base64-fixKevin
Add base64 fixer
2023-09-09Remove unneeded importsmsg-programs
2023-09-09Remove whitespace on empty linesmsg-programs
2023-09-08Refactor YggdrasilServicesKeyInfoMixinKevinthegreat
2023-09-08Remove Unique annotationKevin
2023-09-08Refactor YggdrasilServicesKeyInfoMixinKevinthegreat
2023-09-08create the base64 fixerJulienraptor01
2023-09-07Add bat removed detectionKevinthegreat
2023-09-06Emi integration (#278)Kevin
Add EMI integration
2023-09-03Merge branch 'master' into utils-cleanupKevinthegreat
2023-08-31Attribute Shard Info Display (#263)Aaron
2023-08-31Merge branch 'master' into utils-cleanupKevinthegreat
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonBlaze.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHudConfigScreen.java # src/main/java/me/xmrvizzy/skyblocker/utils/RenderHelper.java
2023-08-31Merge pull request #246 from kevinthegreat1/dungeon-secretsKevin
Dungeon Secrets
2023-08-31Merge pull request #230 from msg-programs/json-tabhudKevin
Fully configureable Fancy Tab HUD
2023-08-30Finish secret found detectionKevinthegreat
2023-08-30Add secret found detectionKevinthegreat
2023-08-30Update DrawContextMixin.java (#259)Yasin
- make the code more readable - fix #258 (remove legacy code from line) - add durability bar for Pickonimbus
2023-08-30Starred Mob Glow (#260)Aaron
2023-08-20Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
json-tabhud Pull newest changes from upstream
2023-08-18Refactor utils packageKevinthegreat