Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-03 | Merge branch 'SkyblockerMod:master' into dungeon-map-scale-adjustment | Aaron | |
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 branch 'master' into dungeon-map-scale-adjustment | Aaron | |
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-02 | Fix fire sale progress bar not working | msg-programs | |
2023-04-02 | Merging SkyHyTab into Skyblocker: Initial commit | msg-programs | |
Needs cleanup | |||
2023-04-01 | Migrated to ClientReceiveMessageEvents and some fixes | Kevinthegreat | |
(cherry picked from commit 9a8799ac40b12bed3e5e4d7aa32054eba7882580) | |||
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 | Remove final modifier | Aaron | |
2023-03-31 | Fix config loading | Aaron | |
2023-03-31 | Add adjustable dungeon map scaling | Aaron | |
2023-03-30 | Merge branch 'master' into minor-updates | Serhan | |
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-29 | forgotten null check | Fix3d | |
2023-03-29 | conflicts resolved | Fix3d | |
2023-03-29 | Merge branch '1.19.x' | Fix3d | |
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/itemlist/ItemListWidget.java | |||
2023-03-28 | async updateItemRepo | Fix3d | |
2023-03-24 | more readability for PriceInfoTooltip | Fix3d | |
2023-03-22 | fix freezing while open wiki and... | Fix3d | |
get wiki link from local repo which is same and exist for recipe book | |||
2023-03-22 | fix recipe book | Fix3d | |
2023-03-22 | a cleaner PriceInfoTooltip | Fix3d | |
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: |