aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/skyblocker.mixins.json
AgeCommit message (Collapse)Author
2023-11-25Update DiscordRPCManager (#426)Kevin
2023-11-07Remove yacl patchesKevinthegreat
2023-10-20Patch Float/Double Field Controller BugAaron
2023-10-17Change flame height (#370)Yasin
2023-10-09new pr because fixing merge conflict would take too longYasin
2023-10-09Merge branch 'master' into better-durabilityYasin
2023-10-07Hook actual durability for Pickonimbus/Drillsalexia
Instead of the previous DrawContext hack. Confirmed working with Durability Notifier on Fabric 1.20.2.
2023-09-28Implement item cooldown displayGrayray75
2023-09-221.20.2 + Related PatchesAaron
2023-09-16Hide fake players in social interactions screen (#312)Aaron
2023-09-16Merge pull request #302 from viciscat/compactor_previewKevin
Personal Compactor/Deletor preview
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-10Merge pull request #283 from Julienraptor01/Skin-wrong-base64-fixKevin
Add base64 fixer
2023-09-08create the base64 fixerJulienraptor01
2023-09-07Add bat removed detectionKevinthegreat
2023-09-05OptiFabric Compatibility (#277)Aaron
2023-08-30Starred Mob Glow (#260)Aaron
2023-08-11Custom Armour TrimsAaron
2023-08-09Custom Armour Dye ColoursAaron
2023-08-08Add Item RenamingAaron
2023-07-30Refactor mixinsKevinthegreat
2023-07-28Remove invalid base64 log spamAaron
2023-07-25Hide spammed warnings (#209)Kevin
2023-06-26Add Mirrorverse Waypoints + Rift FixesAaron
2023-06-22Add BeaconBlockEntityRendererInvoker to skyblocker.mixins.jsonKevinthegreat
2023-06-171.20 PortAaron
The game launches successfully without any crashes!
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-26Add Fishing HelperKevinthegreat
2023-05-21Refactored skyblocker.mixins.jsonKevinthegreat
2023-05-19Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab Merge new commits.
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-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 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-02Merging SkyHyTab into Skyblocker: Initial commitmsg-programs
Needs cleanup
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