1.0.0
Compatibility
Changes
Borderless Fullscreen
Finally, true borderless fullscreen for Minecraft!
Are you tired of the long loading times when switching between fullscreen and windowed mode? Or do you use multiple monitors and want to switch seamlessly between Minecraft and your browser or Discord without the game minimizing?
Borderless Fullscreen Switcher is the solution. This mod removes the window border and ensures Minecraft fills your entire display, while technically remaining in windowed mode. Itβs the best of both worlds: the clean look of fullscreen with the flexibility of a window.
π₯ Features
Spoiler
Seamless Multitasking: Tab out of the game without the window re-rendering or minimizing.
No Annoying Borders: Runs in a clean, borderless window.
Performance-Friendly: No unnecessary menus or complex configurations β just install and play.
Lightweight: Built on modern Fabric standards for maximum compatibility.
π Why this mod? Many existing borderless mods are outdated or overly complicated. We use a direct approach via the GLFW interface, making the mod extremely stable and ensuring it works perfectly on newer Minecraft versions!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:snyXnG3w:RQVy1HCY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:snyXnG3w:RQVy1HCY"
}

