A simple PvP Minecraft Client base using Mixins.
There are a few TODO comments that tell you where you are supposed to do certain things so the values can be saved and loaded.
Custom client chat command system to look like a hacker, includes SayCommand
for mods with an example and has values/settings feature.
An event system using annotation with priority sorting. Includes TickEvent, Render2DEvent and Render3DEvent
automatically adds custom keybindings to minecraft controls, includes ClientMenu keybind.
Stores data in a file in JSON (by headzz, fixed and slightly redone by me), includes Mod config.
A GUI that lets you drag hud mods smoothly without dragging multiple at the same time.
A GUI that lets you change states and values of mods.