aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me
AgeCommit message (Collapse)Author
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:
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-22Update to Minecraft 1.19.1-rc2Username404
2022-07-141.19.1-pre4Username404
2022-06-20Merge branch 'master' into 1.19.xTrương Hoàng Long
2022-06-18Fix typo in commission hud patternTrương Hoàng Long
2022-06-17Merge branch 'master' of https://github.com/SkyblockerMod/SkyblockerTrương Hoàng Long
2022-06-17Fix wrong flower models in item listTrương Hoàng Long
2022-06-16fix: change "toXCase" language to English for other usesFix3d
2022-06-16fix: changing default locale to English for toUpperCaseFix3d
2022-06-14fix issue #73Trương Hoàng Long
2022-06-071.19.xLifeIsAParadox
2022-06-04fix backpack preview rendering in player inventoryTrương Hoàng Long
2022-06-04multi-profile support for backpack previewTrương Hoàng Long
2022-05-31reparty one at a timeTrương Hoàng Long
fixes weird party issues caused by sending out multiple invites at once
2022-05-30Merge branch 'master' of https://github.com/SkyblockerMod/SkyblockerTrương Hoàng Long
2022-05-30remove dead code from original modTrương Hoàng Long
2022-05-29Merge branch 'master' into moving-fancy-status-barsTrương Hoàng Long
2022-05-27Repositioned bars a bit and rewrote some codeADON15c
2022-05-27Added option for hiding barsADON15c
2022-05-27Added config options for moving barsADON15c
2022-05-27Add option to use 1.8 farmland hitboxTrương Hoàng Long
also moved the old lever hitbox config option to the same category
2022-05-26Added support for moving and resizing fancy barsADON15c
2022-05-04Fix some items having the wrong textureTrương Hoàng Long
Added variants for some blocks Added missing enchantment glints
2022-05-03fix nullpointer exceptionLifeIsAParadox
2022-05-03Merge pull request #69 from TacoMonkey11/discordYasin
Replace DiscordIPC library with a more modern one
2022-05-03add default messageSpencer
2022-05-03use new eventsSpencer
2022-05-03fix legacy "timestamp" conversionLifeIsAParadox
2022-05-03Fix triviaLifeIsAParadox
2022-05-03Merge remote-tracking branch 'upstream/master' into discordSpencer
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/discord/DiscordRPCManager.java
2022-05-03Merge pull request #66 from TacoMonkey11/fabricapi-eventsYasin
Replace bootleg events with fabric api events
2022-05-02remove useless classSpencer
2022-04-27Separated parsing action bar and drawing hud. Rewrote parsing to be ↵External Time
hopefully more robust.