aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-15Add 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-15Update issue list in readmemsg-programs
2023-04-15Add new "tab-menu-like" style options to dwarven mines HUD.msg-programs
2023-04-13change regexJulienraptor01
this msg can't be picked up otherwise : Some dirt was kicked up by the water pool in the overgrown Mushroom Cave. Have a look over there.
2023-04-10More I18n for configcatandA
2023-04-10Update TreasureHunter.javaJulienraptor01
2023-04-09Change orderJulienraptor01
Sort Additions alphabetically for easier findability
2023-04-09Hungry Hiker solverJulienraptor01
2023-04-08modified the regex to make more senseJulienraptor01
i moved back the dot in the group 1 (but outside of the [] this time and added back dots at the end of the strings in hashmap)
2023-04-08fix official wiki againJulienraptor01
2023-04-08fix one sentence which is wrong on the official wikiJulienraptor01
2023-04-08final fix fr this timeJulienraptor01
thanks for this part ! Co-Authored-By: ExternalTime <84183548+ExternalTime@users.noreply.github.com>
2023-04-08final fixJulienraptor01
2023-04-08try to fix the regexJulienraptor01
2023-04-08Update readme to reflect recent updatesmsg-programs
2023-04-08Fix crashing election widget. Cole was missing from the mayor listmsg-programs
2023-04-08Add required translation text for en_us and de_demsg-programs
2023-04-08Set correct translation keys for keybinds.msg-programs
2023-04-08Cleanup unused things in the mixin, reword crashing textmsg-programs
2023-04-08smol changesJulienraptor01
2023-04-08create the treasure hunter solverJulienraptor01
2023-04-07Merge branch 'SkyblockerMod:master' into dungeon-map-scale-adjustmentAaron
2023-04-07Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab pull recent commits from upstream master
2023-04-07Update known issues in readme (Garden is supported now)msg-programs
2023-04-07Merge pull request #132 from Julienraptor01/fix-tab-matchingTrương Hoàng Long
Changes to quicknav tabs (Fixes and Additions)
2023-04-07Put screens in respective packages to make src navigation simplermsg-programs
2023-04-07Improve support for garden area, works fully nowmsg-programs
2023-04-07fix prtl headJulienraptor01
2023-04-07Merge branch 'master' into fix-tab-matchingJulienraptor01
2023-04-07Add Visit prtlJulienraptor01
2023-04-07move quicknav tab in configJulienraptor01
2023-04-07fix typoJulienraptor01
2023-04-07reorder quicknav and add regexesJulienraptor01
2023-04-07allow regex in quicknavJulienraptor01
2023-04-04Add temp version label to distinguish from other skyblocker buildsmsg-programs
2023-04-04Update readme with more known issues.msg-programs
Is anything even working in this mod? grr...
2023-04-04Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab pull master
2023-04-04Update readme with fork infomsg-programs
2023-04-03Merge branch 'SkyblockerMod:master' into dungeon-map-scale-adjustmentAaron
2023-04-03Merge pull request #130 from TacoMonkey11/discord-ipcTrương Hoàng Long
Move Discord RPC connection to JOIN event + refactor
2023-04-03Merge pull request #129 from TacoMonkey11/update_checkerTrương Hoàng Long
port UpdateChecker to java.net.http
2023-04-03Merge branch 'master' into discord-ipcSpencer
2023-04-03Merge branch 'master' into dungeon-map-scale-adjustmentAaron
2023-04-03Merge pull request #124 from AzureAaron/fix-config-loadingTrương Hoàng Long
Fix config loading
2023-04-03Merge pull request #128 from Julienraptor01/1.19.4-msg-filter-fixTrương Hoàng Long
fix msg filter
2023-04-03Merge pull request #126 from Julienraptor01/update-gradle-&-mr-versionTrương Hoàng Long
Update gradle & mr version
2023-04-03Merge pull request #125 from Julienraptor01/1.19.4-easter-fixTrương Hoàng Long
account for the easter name change and refactor slightly
2023-04-02Update the string for new behaviorJulienraptor01
2023-04-02make sure it does not contain but instead matchJulienraptor01
thanks for the help @AzureAaron Co-Authored-By: Aaron <51387595+AzureAaron@users.noreply.github.com>
2023-04-02Fix fire sale progress bar not workingmsg-programs