aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/mixin
AgeCommit message (Expand)Author
2023-07-29Remove unused importsmsg-programs
2023-07-23Massive refactor, see detailsmsg-programs
2023-07-16POC for JSON-based tabhud config.msg-programs
2023-07-01Fix dragged items not rendering (#193)Aaron
2023-06-29Implement Vampire Slayer Features (#191)Futuremappermydud
2023-06-26Refactor MirrorverseWaypointsKevinthegreat
2023-06-26Add Mirrorverse Waypoints + Rift FixesAaron
2023-06-24Refactor HandledScreenMixinKevinthegreat
2023-06-24Add null checksKevinthegreat
2023-06-24Fix HandledScreenMixin for 1.20Kevinthegreat
2023-06-24Fix currentSolver null crash and refactor mixinKevinthegreat
2023-06-24Fix mixin method nameKevinthegreat
2023-06-24Add Chronomatron SolverKevinthegreat
2023-06-22Add Fairy Souls HelperKevinthegreat
2023-06-17Replace double cast with shadowAaron
2023-06-17Write drill fuel bar to gui overlay bufferAaron
2023-06-17Fix drill fuel Z layeringAaron
2023-06-17Fix null check being uselessAaron
2023-06-171.20 PortAaron
2023-06-04Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into sky...msg-programs
2023-05-28Use logger on PlayerListHudMixin exception instead of printStackTracemsg-programs
2023-05-26Add Fishing HelperKevinthegreat
2023-05-21Refactored Utils fields to use gettersKevinthegreat
2023-05-21Refactored mixinsKevinthegreat
2023-05-21Remove debugging leftovermsg-programs
2023-05-19Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into sky...msg-programs
2023-05-19Rework just about everything to gracefully handle unexpected inputsmsg-programs
2023-05-17Merge branch 'api-migration'Kevinthegreat
2023-05-17Merge pull request #145 from kevinthegreat1/docsKevin
2023-05-12Prevent errors when player list is incomplete shortly after join or area changemsg-programs
2023-05-07Put fancy tab HUD config into its own sectionmsg-programs
2023-05-06Minor foramtting and code style changesmsg-programs
2023-05-06Minor refactoringmsg-programs
2023-05-06Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into sky...msg-programs
2023-05-03Migrated backpack and QuickNav mixins to ScreenEventsKevinthegreat
2023-05-03Migrated client tick and container mixins to ClientTickEvents and ScreenEventsKevinthegreat
2023-05-03Refactored container to guiKevinthegreat
2023-05-02Merge branch 'SkyblockerMod:master' into masterKevinthegreat
2023-04-16Add missing check for if the player is on skyblockmsg-programs
2023-04-15Add option to hide empty tooltips in inventories.msg-programs
2023-04-08Cleanup unused things in the mixin, reword crashing textmsg-programs
2023-04-02Merging SkyHyTab into Skyblocker: Initial commitmsg-programs
2023-04-01Migrated to ClientReceiveMessageEvents and some fixesKevinthegreat
2023-03-29Fixed minecraft version dependency and ItemRendererMixinKevinthegreat
2023-03-29Fix Drill Fuel ARGB stuffAaron
2023-03-29Cleaned up mixinsKevinthegreat
2023-03-29Cleaned up codeKevinthegreat
2023-03-29Fixed InGameHudMixinKevinthegreat
2023-03-29Support for 1.19.4Kevinthegreat
2023-03-17Merge branch 'master' into 1.19.3Julienraptor01