aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/mixin
AgeCommit message (Collapse)Author
2023-10-03Refactor ItemCooldownsKevinthegreat
2023-10-03Merge branch 'master' into item-cooldownGrayray75
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
2023-08-14Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
json-tabhud # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java Pull new upstream things into branch
2023-08-14De-hardcode armor trim typesKevinthegreat
2023-08-11Custom Armour TrimsAaron
2023-08-10Refactor CustomArmorDyeColors and CustomItemNamesKevinthegreat
2023-08-09Custom Armour Dye ColoursAaron
2023-08-08Add Item RenamingAaron
2023-08-06Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
json-tabhud # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/screens/main/GardenScreen.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/util/PlayerLocator.java Pull upstream changes
2023-07-30Disable remapping of non-obfuscated injection pointsAaron
2023-07-30Convert stuff to BetterInjectAaron
2023-07-30Swap order of checks to fix crashAaron
The config isn't initialized early enough