aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/skyblocker.mixins.json
AgeCommit message (Collapse)Author
2024-05-09create mixin to render to the sign input screen and basic converter for k,m,bolim
2024-04-26Pluralize the mixin and accessor packagesAaron
2024-04-26Fix HUD Layering finally!Aaron
Also improves the HudRenderEvents implementation to be less fragile
2024-04-26Fix Fancy PF crashAaron
2024-04-26Set Mixin compatibility level to Java 21Aaron
2024-04-2624w14a & Java 21Aaron
2024-04-2624w12aAaron
2024-04-2624w09aAaron
2024-04-26Hud Render EventsAaron
2024-04-20remove WindowAccessor.javavicisacat
added some null checks
2024-04-20it works so coolvicisacat
2024-04-20ssergorpvicisacat
2024-04-16Merge pull request #646 from olim88/extended-fishingKevin
Add fishing fetures
2024-04-12Refactor fancy auction houseKevinthegreat
- Add color and center rarity filter text - Use ItemUtils.getNbtTooltips - Use longs for item prices
2024-04-12move mixinvicisacat
2024-04-12startvicisacat
2024-04-10Merge remote-tracking branch 'upstream/master' into extended-fishingolim
2024-04-09add ability to hide others rodsolim
add option to toggle rendering of other players rods
2024-04-04sleep schedule ruined by aaron realvicisacat
2024-04-03warp command auto-completevicisacat
2024-03-28Garden mouse locking feature (#607)viciscat
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