aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/skyblocker.mixins.json
AgeCommit message (Collapse)Author
2023-05-26Add Fishing HelperKevinthegreat
2023-05-21Refactored skyblocker.mixins.jsonKevinthegreat
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-03Migrated client tick and container mixins to ClientTickEvents and ScreenEventsKevinthegreat
2023-05-02Merge branch 'SkyblockerMod:master' into masterKevinthegreat
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-01Migrated to ClientReceiveMessageEvents and some fixesKevinthegreat
(cherry picked from commit 9a8799ac40b12bed3e5e4d7aa32054eba7882580)
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-01-28Fix quicknav buttons not updating positions when opening recipe bookKonaeAkira
2022-01-28Made item list use the vanilla recipe bookKonaeAkira
2022-01-27Merge branch 'master' into masterSpencer
2022-01-27Rewrote the presence to actually workTacoMonkey
2022-01-27Import itemlist from https://github.com/KonaeAkira/SkypixelKonaeAkira
2022-01-25Bikeshedded fishing dingTacoMonkey
2022-01-25Merge branch '1.18.x'TacoMonkey
2022-01-25Added rich presence and fishing dingTacoMonkey
2022-01-25support 1.18.x minecraft version and update to 1.4.2 [skip ci]LifeIsAParadox
2021-12-09support 1.18.x minecraft version and update to 1.4.2 [skip ci]LifeIsAParadox
2021-10-20Added feature changing lever hitboxes to ones from 1.8ExternalTime
2021-10-10Added an interface for solvers for minigames inside chestsExternalTime
2021-09-14Bugfixing and Blaze solverLifeIsAParadox
2021-08-24Update to 1.17LifeIsAParadox
This release Updates the mod to mc version 1.17. This is the first time i created/edited a mod.
2021-03-30added pricetooltip for AHJulian Braun
2021-01-30v1.0.4Alexey Krainev
2021-01-19v1.0.2Alexey Krainev
2020-12-29First releaseAlexey Krainev