Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-29 | Support for 1.19.4 | Kevinthegreat | |
2023-03-17 | Merge branch 'master' into 1.19.3 | Julienraptor01 | |
2023-03-10 | start fixing mixins | Julienraptor01 | |
2023-01-31 | Adding QuickNav Customization | Miraculixx | |
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-15 | start fixing the rest i guess ? | Julienraptor01 | |
2022-07-22 | Update to Minecraft 1.19.1-rc2 | Username404 | |
2022-07-14 | 1.19.1-pre4 | Username404 | |
2022-06-07 | 1.19.x | LifeIsAParadox | |
2022-06-04 | fix backpack preview rendering in player inventory | Trương Hoàng Long | |
2022-06-04 | multi-profile support for backpack preview | Trương Hoàng Long | |
2022-05-30 | remove dead code from original mod | Trương Hoàng Long | |
2022-05-27 | Add option to use 1.8 farmland hitbox | Trương Hoàng Long | |
also moved the old lever hitbox config option to the same category | |||
2022-04-27 | Separated parsing action bar and drawing hud. Rewrote parsing to be ↵ | External Time | |
hopefully more robust. | |||
2022-04-07 | Replaced most assertions with proper error handling | External Time | |
2022-04-04 | Should fix crash | Spencer | |
2022-03-20 | change: improved FancyBar and mana consumption filter | Fix3dll | |
Little addition for ComboFilter which I forgot to add 1 check ^v^ Thanks to @ExternalTime for help | |||
2022-03-18 | add: filter for mana consumption message from action bar | Trương Hoàng Long | |
2022-03-14 | add: customization backpack preview without shift | Fix3dll | |
and a little cleanup for tooltip injection | |||
2022-03-08 | update to 1.18.2 | LifeIsAParadox | |
2022-03-08 | Rewrote chat events interface to use fabric events API | ExternalTime | |
2022-02-24 | Merge branch 'master' into master | Trương Hoàng Long | |
2022-02-12 | Fix bug where the backpack preview wouldn't update in some cases | KonaeAkira | |
Also moved the tick() call to a more reasonable location | |||
2022-02-12 | Add backpack preview | KonaeAkira | |
2022-01-31 | Added Skyblock join/disconnect "events" | TacoMonkey | |
I renamed two variables, deal with it | |||
2022-01-30 | Merge branch 'master' into master | Spencer | |
2022-01-28 | Merge remote-tracking branch 'upstream/master' | TacoMonkey | |
2022-01-28 | Made wiki lookup work for inventory slots | TacoMonkey | |
2022-01-28 | Add item list toggle via config | KonaeAkira | |
2022-01-28 | Change hub and dungeon_hub warp quicknav icons | KonaeAkira | |
2022-01-28 | Fix quicknav buttons not updating positions when opening recipe book | KonaeAkira | |
2022-01-28 | Fix recipe book sometimes being rendered in the wrong position | KonaeAkira | |
2022-01-28 | Merge upstream | KonaeAkira | |
2022-01-28 | Made item list use the vanilla recipe book | KonaeAkira | |
2022-01-28 | implementing KonaeAkira quicknav | LifeIsAParadox | |
2022-01-27 | Merge branch 'master' into master | Spencer | |
2022-01-27 | Add item list toggle config & isSkyblock check | KonaeAkira | |
2022-01-27 | Import itemlist from https://github.com/KonaeAkira/Skypixel | KonaeAkira | |
2022-01-25 | Bikeshedded fishing ding | TacoMonkey | |
2022-01-25 | Added rich presence and fishing ding | TacoMonkey | |
2021-10-20 | Added feature changing lever hitboxes to ones from 1.8 | ExternalTime | |
2021-10-10 | Added an interface for solvers for minigames inside chests | ExternalTime | |
2021-10-07 | Changed SkyblockerMod into a singleton | ExternalTime | |
2021-09-19 | Removed automatic opening of slayer menu | ExternalTime | |
2021-09-19 | Rewrote automatic opening of slayer menu when calling madox | ExternalTime | |
2021-09-18 | Created an interface for listening to chat messages | ExternalTime | |
2021-09-15 | fixed map and health bug in dungeons | LifeIsAParadox | |
2021-09-14 | Merge pull request #4 from ExternalTime/refactor-status-bars | LifeIsAParadox | |
Refactoring of fancy status bars | |||
2021-09-14 | Merge pull request #5 from ExternalTime/chat-filter | LifeIsAParadox | |
Chat filter | |||
2021-09-14 | Bugfixing and Blaze solver | LifeIsAParadox | |
2021-09-06 | Moved chat filtering out of a mixin | ExternalTime | |