aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/skyblocker.mixins.json
AgeCommit message (Collapse)Author
2024-03-18Add Yang Glyph Notification (#594)Kevin
2024-03-18Fix potential stack overflow with chat rules (#592)Kevin
2024-01-26Arrow Poison WarningsAaron
2024-01-18RefactorKevinthegreat
2024-01-14Reorder mixinsAaron
2024-01-12Adds a custom GUI for the Party Finder in dungeons. Is it good? Debatable.vicisacat
2024-01-01Correct Transparent Skin Pixels (#468)Aaron
* Correct Transparent Skin Pixels * Enable by default
2024-01-01Migrate to Fabric Api ClientPlayerBlockBreakEvents (#466)Kevin
* Migrate to fabric api ClientPlayerBlockBreakEvents * Update fapi requirement
2024-01-01Fix mixin.jsonKevinthegreat
2023-12-28Use nbt instead of item.getTooltipKevinthegreat
2023-12-15Merge pull request #449 from AzureAaron/performance-fixAaron
Ignore invalid entity data exceptions & broken quiz question
2023-12-11Ignore invalid entity data exceptionsAaron
These exceptions seem to be triggered in dungeons as a result of sending invalid data in entity packets, and for some reason when the exceptions are left unchecked they cause lag spikes.
2023-12-07Show armor stands in debug modeKevinthegreat
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.