Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-15 | Add 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-07 | fix prtl head | Julienraptor01 | |
2023-04-07 | Merge branch 'master' into fix-tab-matching | Julienraptor01 | |
2023-04-07 | Add Visit prtl | Julienraptor01 | |
2023-04-07 | move quicknav tab in config | Julienraptor01 | |
2023-04-07 | fix typo | Julienraptor01 | |
2023-04-07 | reorder quicknav and add regexes | Julienraptor01 | |
2023-04-07 | allow regex in quicknav | Julienraptor01 | |
2023-04-03 | Merge pull request #130 from TacoMonkey11/discord-ipc | Trương Hoàng Long | |
Move Discord RPC connection to JOIN event + refactor | |||
2023-04-03 | Merge pull request #129 from TacoMonkey11/update_checker | Trương Hoàng Long | |
port UpdateChecker to java.net.http | |||
2023-04-03 | Merge branch 'master' into discord-ipc | Spencer | |
2023-04-03 | Merge pull request #124 from AzureAaron/fix-config-loading | Trương Hoàng Long | |
Fix config loading | |||
2023-04-03 | Merge pull request #128 from Julienraptor01/1.19.4-msg-filter-fix | Trương Hoàng Long | |
fix msg filter | |||
2023-04-02 | Update the string for new behavior | Julienraptor01 | |
2023-04-02 | make sure it does not contain but instead match | Julienraptor01 | |
thanks for the help @AzureAaron Co-Authored-By: Aaron <51387595+AzureAaron@users.noreply.github.com> | |||
2023-04-01 | Move Discord RPC connection to JOIN event + refactor | Spencer | |
2023-04-01 | fix msg filter | Julienraptor01 | |
2023-03-31 | port UpdateChecker to java.net.http and simplify regex | Spencer | |
2023-03-31 | account for the easter name change and refactor slightly | Julienraptor01 | |
2023-03-31 | Fix config loading | Aaron | |
2023-03-29 | Fixed minecraft version dependency and ItemRendererMixin | Kevinthegreat | |
2023-03-29 | Fix Drill Fuel ARGB stuff | Aaron | |
2023-03-29 | Cleaned up mixins | Kevinthegreat | |
2023-03-29 | Cleaned up code | Kevinthegreat | |
2023-03-29 | Fixed InGameHudMixin | Kevinthegreat | |
2023-03-29 | Support for 1.19.4 | Kevinthegreat | |
2023-03-18 | Add missing _hub to QuickNav command | Aaron | |
2023-03-18 | Adjust position of buttons to match creative inventory better | Aaron | |
2023-03-17 | Merge branch 'master' into 1.19.3 | Julienraptor01 | |
2023-03-17 | Fix Quiz Answer + Support for #111 | Aaron | |
2023-03-16 | Fix another incorrect matrix transformation | Aaron | |
2023-03-16 | Fix incorrect matrix transformations with selected QuickNav buttons | Aaron | |
2023-03-16 | Properly send commands over the network | Aaron | |
2023-03-16 | Fix QuickNav Icon Positions | Aaron | |
2023-03-16 | Fix QuickNav Button Positions | Aaron | |
2023-03-16 | Fix Recipe Book Crash | Aaron | |
2023-03-10 | start fixing mixins | Julienraptor01 | |
2023-02-19 | fix LBIN | Julienraptor01 | |
2023-02-12 | Fixed IndexOutOfBoundsException in WikiLookup | Kevinthegreat | |
2023-02-08 | Fixes crash with WikiLookup | Kevinthegreat | |
2023-01-31 | Remove visual highlight | Miraculixx | |
The teleports are now unselected by default (like before). And /enchant was replaced by /etable | |||
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-20 | fix the registry thingy and add todos | Julienraptor01 | |
2023-01-20 | Just commits change i forgot to commit | Julienraptor01 | |
some todos will follow | |||
2023-01-15 | start fixing the rest i guess ? | Julienraptor01 | |
2023-01-11 | Maybe fix the math stuff but IDK | Julienraptor01 | |
2023-01-11 | Update mappings | Julienraptor01 | |
2022-11-15 | Merge pull request #95 from TacoMonkey11/gson | Trương Hoàng Long | |
Update GSON and remove old adapter | |||
2022-11-15 | Re-enable non-typo'ed version | Julienraptor01 | |
2022-11-14 | Fix Fetchur solver not working by adding typo'ed variant | Julienraptor01 | |
I commented the non-typo variant so that we can notice when it'll be fixed cause solver won't work anymore and we'll just have to unpatch |