Tags
Creators
Details
mc1.21.10-2.6.1-fabric
Compatibility
Changes
Worldthreader 2.6.1 for Minecraft 1.21.10 backports several fixes and compatibility improvements from 1.21.11 releases. Please report any issues you encounter to the issue tracker of worldthreader. As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.
Fixes
- Fix a barrier synchronization issue that could leave waiting threads parked.
- Fix fishing rod owner and state being lost during dimension changes.
- Work around "Player swapping is already happening!" (issue #44).
- Preserve teleported entity movement relation using
PositionMoveRelationinTeleportedEntityInfo.
Changes
- Improve compatibility with mods that add and remove worlds dynamically (for example
mc-worlds). - Improve compatibility with alternative
DerivedLevelDataimplementations. - Handle cross-world entity references with fewer exclusive access requests.
- Move post-teleport additional tick handling into a dedicated tick phase.
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:LwH5rYyd:FTQKUxR2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LwH5rYyd:FTQKUxR2"
}

