Skip to content

A mod that allows you to play Minecraft in a borderless fullscreen window

License

Notifications You must be signed in to change notification settings

yichifauzi/cubes-without-borders

 
 

Repository files navigation

Cubes Without Borders

GitHub Build Status Version Modrinth CurseForge License

Cubes Without Borders Icon

A mod that allows you to play Minecraft in a borderless fullscreen window. This way, you can have the game open on one monitor, while interacting with other applications on a different monitor, without consistently causing Minecraft to minimize.


Usage

The mod doesn't introduce any additional configuration screens. Instead, it utilizes the existing Video Settings tab, where you would expect to find an option of this kind, and extends the pre-existing Fullscreen setting, adding a third option to it: Borderless.

So, depending on whether you have Sodium installed, you may find the option in question here:

Video Setting Video Setting (Sodium)

Simply choose the new Borderless option, click Apply and/or Done, and you are good to go.

Additionally, the mod introduces a --borderless startup flag for those interested, which works the same way as the existing --fullscreen one, but forces the game to start as a borderless fullscreen window instead.


Installation

Requirements:

  • Minecraft 1.20.x
  • Fabric Loader >=0.15.0

You can download the mod from:


Build

Requirements:

  • JDK 17

Linux/MacOS

git clone https://github.com/Kir-Antipov/cubes-without-borders.git
cd cubes-without-borders

chmod +x ./gradlew
./gradlew build
cd build/libs

Windows

git clone https://github.com/Kir-Antipov/cubes-without-borders.git
cd cubes-without-borders

gradlew build
cd build/libs

License

Licensed under the terms of the MIT License.

About

A mod that allows you to play Minecraft in a borderless fullscreen window

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%