aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/mixin
AgeCommit message (Collapse)Author
2023-06-04Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerInitializer.java # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/resources/skyblocker.mixins.json Pull newest changes from upstream master
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 ↵msg-programs
skyhytab Merge new commits.
2023-05-19Rework just about everything to gracefully handle unexpected inputsmsg-programs
2023-05-17Merge branch 'api-migration'Kevinthegreat
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerInitializer.java # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/java/me/xmrvizzy/skyblocker/mixin/MinecraftClientMixin.java
2023-05-17Merge pull request #145 from kevinthegreat1/docsKevin
Renamed container package to gui and added docs
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 ↵msg-programs
skyhytab # Conflicts: # README.md # gradle.properties # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/resources/assets/skyblocker/lang/de_de.json # src/main/resources/skyblocker.mixins.json Pull updates from upstream
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
Hypixel's inventory menus sometimes use items with empty names. When the game draws the tooltip for such an item, a small dark rectangle is seen. Mixin into the function that draws tooltips and disable it when that is the case.
2023-04-08Cleanup unused things in the mixin, reword crashing textmsg-programs
2023-04-02Merging SkyHyTab into Skyblocker: Initial commitmsg-programs
Needs cleanup
2023-04-01Migrated to ClientReceiveMessageEvents and some fixesKevinthegreat
(cherry picked from commit 9a8799ac40b12bed3e5e4d7aa32054eba7882580)
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
2023-03-10start fixing mixinsJulienraptor01
2023-01-31Adding QuickNav CustomizationMiraculixx
Adding a way to customize the quick navigation buttons in the inventory. Every button can be toggled, has a display icon with nbt data, a click event and GUI name for highlighting. On default, everything is like before. The only problem is cloth config translation. I never worked before with cloth and don't want to copy paste the same key 12 times for the 12 buttons. If anyone is good with cloth config and know how to change the path, just edit it or message me :+1:
2023-01-15start fixing the rest i guess ?Julienraptor01
2022-07-22Update to Minecraft 1.19.1-rc2Username404
2022-07-141.19.1-pre4Username404
2022-06-071.19.xLifeIsAParadox
2022-06-04fix backpack preview rendering in player inventoryTrương Hoàng Long
2022-06-04multi-profile support for backpack previewTrương Hoàng Long
2022-05-30remove dead code from original modTrương Hoàng Long
2022-05-27Add option to use 1.8 farmland hitboxTrương Hoàng Long
also moved the old lever hitbox config option to the same category
2022-04-27Separated parsing action bar and drawing hud. Rewrote parsing to be ↵External Time
hopefully more robust.
2022-04-07Replaced most assertions with proper error handlingExternal Time
2022-04-04Should fix crashSpencer
2022-03-20change: improved FancyBar and mana consumption filterFix3dll
Little addition for ComboFilter which I forgot to add 1 check ^v^ Thanks to @ExternalTime for help
2022-03-18add: filter for mana consumption message from action barTrương Hoàng Long
2022-03-14add: customization backpack preview without shiftFix3dll
and a little cleanup for tooltip injection
2022-03-08update to 1.18.2LifeIsAParadox
2022-03-08Rewrote chat events interface to use fabric events APIExternalTime
2022-02-24Merge branch 'master' into masterTrương Hoàng Long