aboutsummaryrefslogtreecommitdiff
path: root/fabric
AgeCommit message (Collapse)Author
2023-12-15reformatting and bug fixesHacktheTime
2023-12-15a lot of prob not full working thingshackthetime
2023-12-10crash fix with NumPad Codes when typing a dot.HacktheTime
2023-12-08bug fixes with missing filesHacktheTime
2023-12-05copied changes from ServerSide over. Mostly java doc for packets and changes ↵hackthetime
from constants ton specialised enum classes. such as party packets
2023-11-30added custom on numpad code (Default 0) as better breakpoint.hackthetime
2023-11-22renamed ExampleMod to ForgeMod.hackthetime
Added implemented missing Utils for Forge from PlayerList
2023-11-12fixed a crash regarding numpad configHacktheTime
removed primal fear notifications again.
2023-11-08fixed a recently added problem and crash.hackthetime
IMPROVED LOG4J config to not spam the log output anymore at least while in IDE
2023-11-08found a solution to solve the bug that crashed the mod when initialising the ↵hackthetime
config at startup. No automatically loads the config at start by using a different source for the username. getUsername did not change.
2023-10-29improved numpad codes.HacktheTime
2023-10-26numpad no config fix.hackthetime
2023-10-25added pages too the numpad configHacktheTime
eased up the closing of the connection to be fully internal. updatet the fabric version fixed some bugs
2023-10-23added Numpad codes.HacktheTime
limitations: currently missing scroll pane so youre limited because you cant edit the lower ones commands are sent to the server so client side commands do not work unfortunately.
2023-10-19added party warp requestHacktheTime
2023-10-19bug fixes. reconnect still isn't working. (only first connection by start ↵hackthetime
works. Problem seems to be client side but hasn't been found yet)
2023-10-17more changes (fixes)HacktheTime
2023-10-17things related mojang auth fixeshackthetime
2023-10-16things related mojang auth. seems to be broken?hackthetime
2023-10-16added meme actionbar normal chat switcher.hackthetime
2023-10-14more changes (fixes)HacktheTime
2023-10-14more changesHacktheTime
2023-10-13more changesHacktheTime
2023-10-13got the split into common and fabric working.HacktheTime
2023-10-13more changeshackthetime
2023-10-12preparations are still not workingHacktheTime
2023-10-12preperations to have a common code and different implementations for forge ↵HacktheTime
and fabric to ease up maintaining both versions