How to install the Mod:
- Drag and Drop into the mods folder

FAQ
______________
Q: Is The Installation Process the same for all minecraft versions
A: Yes

Q: Will this work with java 9 or higher
A: No as Minecraft Itself Doesn't work with java 9 or higher until minecraft 1.13+

Q: Will this work if I change the DPI while the game is Running
A: On Windows 8.1 or higher yes but untested on windows 7 if you have to restart or not since we ignore the dpi scaling factor

Q: Is this mod a virus why are there DLL files
A: it's C++ code and all it does is set the dpi awareness and set the process priority. The Source is found under src-cpp

Q: Will this work on macOs or linux
A: No. I couldn't find any documentation on how to get the application to be DPI aware without editing LWJGL natives as the only thing I found required a window creation flag inside the parameters
On top of that macOS and linux are stupid with process priority and require admin to set a process to high (not even realtime just high).
HELP is wanted if you can figure out mac or linux support
