

Locked Window Size
This simple Minecraft mod prevents the game window from being resized, locking it in its current position. The mod works on the client side, is designed for Fabric, and is compatible with all game versions without requiring additional dependencies.
How it works:
The mod uses just one line of code to lock the window resizing:
GLFW.glfwWindowHint(GLFW.GLFW_RESIZABLE, GLFW.GLFW_FALSE);