aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/Danker/handlers/PacketHandler.java
AgeCommit message (Collapse)Author
2021-08-28A lot of internal changesbowser0000
Rename RenderOverlay -> RenderOverlayEvent Split loot trackers into own classes Add packet read and write events Move render functions form Utils to RenderUtils Fix warnings in installer frame Move spirit boots fix to own class
2021-04-02Remove featuresbowser0000
Remove blocking starting wrong slayer quest Remove blocking using abilities Remove placing flower weapons Remove blocking misclicks in solvers Remove F7 arrow terminal solver
2020-12-01Fix warnings Eclipse didn't tell me aboutbowser0000
Also rename TheMod.java to DankersSkyblockMod.java
2020-11-28Add F7 stage 3 arrow and 2 terminal puzzle solversbowser0000
Starts with letter terminal and select all colour terminal
2020-10-26Fix Spirit Boots fix stops working when disconnecting from serverbowser0000
Also fix rare crash in blaze puzzle solver
2020-10-18Add Spirit Boots fixbowser0000
Experimental, could cause issues elsewhere. Uses reflection to modify packet equipmentSlot to correct values. Credit to Cold tQ for the help.