aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/skyblock
AgeCommit message (Collapse)Author
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-10Update TreasureHunter.javaJulienraptor01
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-07allow regex in quicknavJulienraptor01
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-03-29Cleaned up codeKevinthegreat
2023-03-29Support for 1.19.4Kevinthegreat
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-02-19fix LBINJulienraptor01
2023-02-12Fixed IndexOutOfBoundsException in WikiLookupKevinthegreat
2023-02-08Fixes crash with WikiLookupKevinthegreat
2023-01-31Adding QuickNav CustomizationMiraculixx
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-20fix the registry thingy and add todosJulienraptor01
2023-01-20Just commits change i forgot to commitJulienraptor01
some todos will follow
2023-01-11Update mappingsJulienraptor01
2022-11-15Merge pull request #95 from TacoMonkey11/gsonTrương Hoàng Long
Update GSON and remove old adapter
2022-11-15Re-enable non-typo'ed versionJulienraptor01
2022-11-14Fix Fetchur solver not working by adding typo'ed variantJulienraptor01
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
2022-10-29Update GSON and remove old adapterSpencer
2022-10-27Use official hypixel wikiSpencer
2022-10-24Make draggable config for HUDSpencer
2022-10-24Optimise DwarvenHudSpencer
2022-10-24Fix FancyStatusBar impacting performanceTrương Hoàng Long
Fix #83
2022-10-09Status Bar code cleanupTrương Hoàng Long
- Fix hp bar sometimes showing absorption incorrectly. - Fix xp bar not filling all the way (fix #85)
2022-10-09Implement Croesus HelperTrương Hoàng Long
Gray out chests in Croesus's menu that have already been opened.
2022-10-05Add a new one to `answers`.TheColdPot
2022-10-05Fix trivia solver glitchTheColdPot
2022-10-01Fix failing status bar testsTrương Hoàng Long
2022-10-01Fix backpack preview not updatingTrương Hoàng Long
2022-10-01Fix status bar parsingTrương Hoàng Long
2022-09-06Merge pull request #80 from Username404-59/1.19.xTrương Hoàng Long
1.19.1 update
2022-09-05Update PriceInfoTooltip.javaSerhan
fix translatable messages for 1.19
2022-07-141.19.1-pre4Username404
2022-06-20Merge branch 'master' into 1.19.xTrương Hoàng Long