Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-09 | new pr because fixing merge conflict would take too long | Yasin | |
2023-10-09 | Merge branch 'master' into better-durability | Yasin | |
2023-10-08 | Merge branch 'master' into item-cooldown | Grayray75 | |
2023-10-08 | Merge WrapOperations into one | alexia | |
2023-10-07 | Apply suggestions from code review | alexia | |
Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> | |||
2023-10-07 | Hook actual durability for Pickonimbus/Drills | alexia | |
Instead of the previous DrawContext hack. Confirmed working with Durability Notifier on Fabric 1.20.2. | |||
2023-10-06 | Item Rarity Backgrounds | Aaron | |
2023-10-04 | Move file | Aaron | |
2023-10-03 | Suggestions! | Aaron | |
2023-10-03 | Refactor ItemCooldowns | Kevinthegreat | |
2023-10-03 | Merge branch 'master' into item-cooldown | Grayray75 | |
2023-10-03 | Item Protection | Aaron | |
2023-09-29 | Move code into the skyblock.item package | Grayray75 | |
2023-09-29 | Revert some unnecessary code style changes | Grayray75 | |
2023-09-28 | Implement item cooldown display | Grayray75 | |
2023-09-26 | Rename Config Files | Aaron | |
2023-09-22 | 1.20.2 + Related Patches | Aaron | |
2023-09-21 | 1.20.2-pre1 | Aaron | |
2023-09-16 | Hide fake players in social interactions screen (#312) | Aaron | |
2023-09-16 | Optimize Base64 Replacer (#311) | Aaron | |
2023-09-16 | Merge pull request #302 from viciscat/compactor_preview | Kevin | |
Personal Compactor/Deletor preview | |||
2023-09-15 | Refactor CompactorDeletorPreview and add option | Kevinthegreat | |
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-13 | Improved personal compactor UI with tooltip display | victo | |
Made it so it doesn't render the slots if no items (mainly for AH) | |||
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 | Refactor DungeonChestProfit | Kevinthegreat | |
2023-09-11 | Dungeon Chest Profit Calculator! | Aaron | |
2023-09-10 | Merge pull request #290 from msg-programs/cleanup | Kevin | |
Cleanup | |||
2023-09-10 | Merge pull request #283 from Julienraptor01/Skin-wrong-base64-fix | Kevin | |
Add base64 fixer | |||
2023-09-09 | Remove unneeded imports | msg-programs | |
2023-09-09 | Remove whitespace on empty lines | msg-programs | |
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-07 | Add bat removed detection | Kevinthegreat | |
2023-09-06 | Emi integration (#278) | Kevin | |
Add EMI integration | |||
2023-09-03 | Merge branch 'master' into utils-cleanup | Kevinthegreat | |
2023-08-31 | Attribute Shard Info Display (#263) | Aaron | |
2023-08-31 | Merge branch 'master' into utils-cleanup | Kevinthegreat | |
# 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-31 | Merge pull request #246 from kevinthegreat1/dungeon-secrets | Kevin | |
Dungeon Secrets | |||
2023-08-31 | Merge pull request #230 from msg-programs/json-tabhud | Kevin | |
Fully configureable Fancy Tab HUD | |||
2023-08-30 | Finish secret found detection | Kevinthegreat | |
2023-08-30 | Add secret found detection | Kevinthegreat | |
2023-08-30 | Update DrawContextMixin.java (#259) | Yasin | |
- make the code more readable - fix #258 (remove legacy code from line) - add durability bar for Pickonimbus | |||
2023-08-30 | Starred Mob Glow (#260) | Aaron | |
2023-08-20 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
json-tabhud Pull newest changes from upstream | |||
2023-08-18 | Refactor utils package | Kevinthegreat | |