aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/utils
AgeCommit message (Collapse)Author
2023-07-07Remove Duplicate CodeFuturemappermydud
2023-07-07Proper Movement MenuFuturemappermydud
2023-07-07WIP Title Container movement + Duration methodsFuturemappermydud
Added a WIP configuration screen under /Skyblocker hud titleContainer that allows you to move, change alignment, and reorient the titles inside. Added methods(TitleContainer.addTitleWithDismiss, and RenderHelper.displayInTitleContainerWDismissAndPlaySound) that will display the given title and after a set amount of ticks will disable that title.
2023-07-05Make Changes + Add scalingFuturemappermydud
2023-07-04remove debug stuffFuturemappermydud
2023-07-04Change PositionFuturemappermydud
2023-07-04New Slayer StuffFuturemappermydud
Implement TitleContainer for stacking titles. Implement Mania Indicator to show the player when they are standing on green terracotta during mania.
2023-06-29Implement Vampire Slayer Features (#191)Futuremappermydud
Implement Vampire Slayer Features Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2023-06-27Refactor RenderHelperKevinthegreat
2023-06-26Format fileAaron
2023-06-26Reuse vectorAaron
2023-06-26Refactor MirrorverseWaypointsKevinthegreat
2023-06-24Added Rift Tab Hud + 1 Rift related fixAaron
2023-06-22Fix cancel game message incompatibilityKevinthegreat
2023-06-22Fix profile detectionKevinthegreat
2023-06-22Narrowed access to methodsKevinthegreat
2023-06-22Updated NEU repo error handlingKevinthegreat
2023-06-22Add docs to Utils and NEURepoKevinthegreat
2023-06-22Abstract different checking methods in UtilsKevinthegreat
2023-06-22Add profile updating from player listKevinthegreat
2023-06-22Add Fairy Souls HelperKevinthegreat
2023-06-21Async DiscordRPCKevinthegreat
2023-06-171.20 PortAaron
The game launches successfully without any crashes!
2023-05-30Refactored schedulers and added docsKevinthegreat
2023-05-30Fix MessageScheduler not scheduling relative to current tickKevinthegreat
2023-05-30Fix MessageScheduler removing and not sending message tasks during cooldownKevinthegreat
2023-05-26Add Livid ColorKevinthegreat
2023-05-21Added docs to UtilsKevinthegreat
2023-05-21Refactored Utils fields to use gettersKevinthegreat
2023-05-21Added docs to SkyblockerMod and Scheduler and refactored SchedulerKevinthegreat
2023-04-03Merge pull request #129 from TacoMonkey11/update_checkerTrương Hoàng Long
port UpdateChecker to java.net.http
2023-03-31port UpdateChecker to java.net.http and simplify regexSpencer
2023-03-31account for the easter name change and refactor slightlyJulienraptor01
2023-03-29Cleaned up codeKevinthegreat
2023-03-29Support for 1.19.4Kevinthegreat
2023-03-17Merge branch 'master' into 1.19.3Julienraptor01
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-20Just commits change i forgot to commitJulienraptor01
some todos will follow
2023-01-15start fixing the rest i guess ?Julienraptor01
2023-01-11Maybe fix the math stuff but IDKJulienraptor01
2023-01-11Update mappingsJulienraptor01
2022-10-24Make draggable config for HUDSpencer
2022-06-071.19.xLifeIsAParadox
2022-05-03Merge pull request #66 from TacoMonkey11/fabricapi-eventsYasin
Replace bootleg events with fabric api events
2022-05-02remove useless classSpencer
2022-04-12Move events into one fileTacoMonkey
2022-04-12switch to fabric api eventsTacoMonkey
2022-04-12clean up UpdateCheckerTacoMonkey
2022-04-12Simplify callbackTacoMonkey
2022-04-12create skyblock join callbackTacoMonkey