A simple Minecraft mod that makes the game window un-resizeable
It's a client-side fabric mod that works in all version and requires no extra dependency
How does it work? With this one-line magic code:
GLFW.glfwWindowHint(GLFW.GLFW_RESIZABLE, GLFW.GLFW_FALSE);
