Tags
Creators
Details
Licensed LGPL-2.1-only
Published 2 years ago
Updated 2 years ago
All versions
0.4.0
Release
0.4.02 years ago 22K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
- Screenshots taking via F2 now takes a screenshot of all splitscreen instances.
options.txt, resource packs, configs, and shaderpacks are now transferred when an instance is created. If Legacy4J is installed then resource assorts would also be transferred.- (Legacy4J) Player usernames are now rendered in the bottom left corner of an instance when splitscreen is active to help distinguish it from other players.
- The original instance now correctly resizes if it was closed via Cmd+Q / Alt+F4.
- Fixed the GitHub link.
- Updated the wiki.
- (Legacy4J) Opening up the user selection menu now temporarily sets the active controller to the controller that opened the menu.
- Instances are now disconnected if it fails to send its UUID.
- Corrected
AuthMetoAuth Mein an error message. - The server now uses port 4447 instead of port 4444 for networking.
- The player's UUID is now used for the instance's folder name.
- Opened instances now use the same Java version the main instance is using.
- Added the
/hotjoin instances abort <uuid>command to disconnect any clients, which is useful if they are in a limbo state or aren't starting. - The limit for maximum instances has been raised from 2 to 4.
- (Legacy4J) Fixed user selection screen opening when it definitely shouldn't.
Optional dependencies
Any compatible version
Any compatible version
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:VgxwMxKC:n1uA1X0X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VgxwMxKC:n1uA1X0X"
}

