aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/mixin
AgeCommit message (Collapse)Author
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
2022-02-12Fix bug where the backpack preview wouldn't update in some casesKonaeAkira
Also moved the tick() call to a more reasonable location
2022-02-12Add backpack previewKonaeAkira
2022-01-31Added Skyblock join/disconnect "events"TacoMonkey
I renamed two variables, deal with it
2022-01-30Merge branch 'master' into masterSpencer
2022-01-28Merge remote-tracking branch 'upstream/master'TacoMonkey
2022-01-28Made wiki lookup work for inventory slotsTacoMonkey
2022-01-28Add item list toggle via configKonaeAkira
2022-01-28Change hub and dungeon_hub warp quicknav iconsKonaeAkira
2022-01-28Fix quicknav buttons not updating positions when opening recipe bookKonaeAkira
2022-01-28Fix recipe book sometimes being rendered in the wrong positionKonaeAkira
2022-01-28Merge upstreamKonaeAkira
2022-01-28Made item list use the vanilla recipe bookKonaeAkira
2022-01-28implementing KonaeAkira quicknavLifeIsAParadox
2022-01-27Merge branch 'master' into masterSpencer
2022-01-27Add item list toggle config & isSkyblock checkKonaeAkira
2022-01-27Import itemlist from https://github.com/KonaeAkira/SkypixelKonaeAkira
2022-01-25Bikeshedded fishing dingTacoMonkey
2022-01-25Added rich presence and fishing dingTacoMonkey
2021-10-20Added feature changing lever hitboxes to ones from 1.8ExternalTime
2021-10-10Added an interface for solvers for minigames inside chestsExternalTime
2021-10-07Changed SkyblockerMod into a singletonExternalTime
2021-09-19Removed automatic opening of slayer menuExternalTime
2021-09-19Rewrote automatic opening of slayer menu when calling madoxExternalTime
2021-09-18Created an interface for listening to chat messagesExternalTime
2021-09-15fixed map and health bug in dungeonsLifeIsAParadox
2021-09-14Merge pull request #4 from ExternalTime/refactor-status-barsLifeIsAParadox
Refactoring of fancy status bars
2021-09-14Merge pull request #5 from ExternalTime/chat-filterLifeIsAParadox
Chat filter
2021-09-14Bugfixing and Blaze solverLifeIsAParadox
2021-09-06Moved chat filtering out of a mixinExternalTime