aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-23Merge branch 'SkyblockerMod:master' into masterSerhan
2022-04-23fix: PriceInfoTooltip bazaar item price null checkFix3d
2022-04-15Use config path provided by Fabric APIKonaeAkira
Make exception catching generic
2022-04-06Merge pull request #64 from TacoMonkey11/patch-1Yasin
fix crash when not hovering over a slot while trying to use wikilookup
2022-04-04Should fix crashSpencer
2022-04-03add: if not on skyblock, dont get PriceInfoTooltip dataFix3dll
2022-04-03fix: Fire trial interaction with Fancybar,Fix3dll
bazaar and lbin appearing at same time a cleaner look for bazaar without extra tooltip
2022-04-01update to 1.6.2 [skip ci]LifeIsAParadox
2022-04-01Translated using Weblate (french)LifeIsAParadox
by @edgarogh
2022-04-01fix lowestbin linkLifeIsAParadox
2022-04-01Merge pull request #61 from Fix3dll/masterYasin
add: filter for mana consumption message from action bar
2022-03-28add: HP regeneration to actionbarFix3dll
2022-03-28Merge branch 'LifeIsAParadox:master' into masterSerhan
2022-03-21Update to 1.6.1 [skip ci]LifeIsAParadox
+ translated using weblate (russian) by @HyperSoop
2022-03-20change: improved FancyBar and mana consumption filterFix3dll
Little addition for ComboFilter which I forgot to add 1 check ^v^ Thanks to @ExternalTime for help
2022-03-18add: filter for mana consumption message from action barTrương Hoàng Long
2022-03-14Merge pull request #60 from Fix3dll/masterTrương Hoàng Long
add: customization backpack preview without shift
2022-03-14Update en_us.jsonTrương Hoàng Long
2022-03-14add: customization backpack preview without shiftFix3dll
and a little cleanup for tooltip injection
2022-03-13Merge pull request #57 from Fix3dll/masterTrương Hoàng Long
quick and small change
2022-03-13Merge branch 'LifeIsAParadox:master' into masterSerhan
2022-03-13change: remove unnecessary noneMatch and add translation to enumFix3dll
2022-03-13Merge pull request #56 from Fix3dll/masterTrương Hoàng Long
PriceInfoTooltip fixes
2022-03-11fix: inoperative contain checkFix3dll
2022-03-09change: save some source with return before some functionsFix3dll
2022-03-09change: return instead of crashFix3dll
2022-03-09add 1.18.1 to modrinth publish configLifeIsAParadox
2022-03-09Translated using Weblate (indonesian)LifeIsAParadox
by @null2264
2022-03-09Translated using Weblate (russian)LifeIsAParadox
by @HyperSoop
2022-03-09fix modrinth upload [skip ci]Yasin
2022-03-09Merge pull request #51 from Fix3dll/masterYasin
add: Autopet filter with ActionBar option
2022-03-09Merge pull request #54 from LifeIsAParadox/1.6.0-updateYasin
1.6.0 update
2022-03-09change: AutopetFilterTestFix3dll
2022-03-09change: fetch upstream and adapt to new chat listenerFix3dll
2022-03-08use more reliable fix for backpack previewLifeIsAParadox
thanks to @ExternalTime
2022-03-08update CHANGELOG, FEATURES and READMELifeIsAParadox
2022-03-08add TranslatorsLifeIsAParadox
2022-03-08Russian translation addedLifeIsAParadox
translated by @HyperSoop
2022-03-08Indonesian translation addedLifeIsAParadox
translated by @null2264
2022-03-08update minotaur to 2.0.2LifeIsAParadox
2022-03-08miscLifeIsAParadox
2022-03-08fix discord rpcLifeIsAParadox
2022-03-08backpack preview fixLifeIsAParadox
2022-03-08migrate to slf4jLifeIsAParadox
2022-03-08update to 1.18.2LifeIsAParadox
2022-03-08Preparation for the 1.6.0 update [skip ci]LifeIsAParadox
2022-03-08Merge remote-tracking branch 'upstream/master'Fix3dll
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/chat/ChatParser.java # src/main/java/me/xmrvizzy/skyblocker/chat/filters/AoteFilter.java # src/main/java/me/xmrvizzy/skyblocker/chat/filters/HealFilter.java # src/main/java/me/xmrvizzy/skyblocker/chat/filters/ImplosionFilter.java # src/main/java/me/xmrvizzy/skyblocker/chat/filters/MoltenWaveFilter.java # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/test/java/me/xmrvizzy/skyblocker/chat/filters/AdFilterTest.java
2022-03-08Merge pull request #53 from ExternalTime/chat-events-rewriteYasin
Rewrote chat listener interface to use fabric events api
2022-03-08Changed chat listener tests to use the new apiExternalTime
2022-03-08Changed chat listeners to use the new apiExternalTime