aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me
AgeCommit message (Collapse)Author
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-08smol changesJulienraptor01
2023-04-08create the treasure hunter solverJulienraptor01
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-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 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-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-01Move Discord RPC connection to JOIN event + refactorSpencer
2023-04-01fix msg filterJulienraptor01
2023-03-31port UpdateChecker to java.net.http and simplify regexSpencer
2023-03-31account for the easter name change and refactor slightlyJulienraptor01
2023-03-31Fix config loadingAaron
2023-03-29Fixed minecraft version dependency and ItemRendererMixinKevinthegreat
2023-03-29Fix Drill Fuel ARGB stuffAaron
2023-03-29Cleaned up mixinsKevinthegreat
2023-03-29Cleaned up codeKevinthegreat
2023-03-29Fixed InGameHudMixinKevinthegreat
2023-03-29Support for 1.19.4Kevinthegreat
2023-03-18Add missing _hub to QuickNav commandAaron
2023-03-18Adjust position of buttons to match creative inventory betterAaron
2023-03-17Merge branch 'master' into 1.19.3Julienraptor01
2023-03-17Fix Quiz Answer + Support for #111Aaron
2023-03-16Fix another incorrect matrix transformationAaron
2023-03-16Fix incorrect matrix transformations with selected QuickNav buttonsAaron
2023-03-16Properly send commands over the networkAaron
2023-03-16Fix QuickNav Icon PositionsAaron
2023-03-16Fix QuickNav Button PositionsAaron
2023-03-16Fix Recipe Book CrashAaron
2023-03-10start fixing mixinsJulienraptor01
2023-02-19fix LBINJulienraptor01
2023-02-12Fixed IndexOutOfBoundsException in WikiLookupKevinthegreat
2023-02-08Fixes crash with WikiLookupKevinthegreat