Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated last month
All versions
2.3.5-b-1.21.10
Beta
2.3.5-b - 1.21.10 neo/fabric10 months ago 39.2K
Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Fabric
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
Highlights:
- Added MC 1.21.10 support
- Increase API version 4.0.1 -> 4.1.0
Full Changelog
Additions:
- MC 1.21.10 support
- Show API locked config options as disabled and 'API LOCK'
- Add global bandwidth setting
- Re-add biome blending
Changes:
- Replace the default LZMA compressor with ZSTD
- This won't affect existing configs
- This should reduce stuttering
- Replace pooled network buffers with unpooled
- This is an attempt to fix monoliths in multiplayer
- Don't merge blocks that get colored by blocks above into columns
- Improve LOD load time slightly
- Move config UI buttons and descriptions closer together and right aligned
- Modify threading priorities to potentially spread out tasks better
- Improve chunk update queue speed
- Improve world gen task queue speed slightly
- Auto close compression streams to hopefully reduce native memory use
- Change delayed save cache logic to hopefully reduce the chance of monoliths
- Disable world gen progress message by default
Bug Fixes:
- Fix LOD only debug rendering
- Fix DH world gen not generating structures
- Fix quality preset showing 'CUSTOM' when settings are modified via the API
- Fix VANILLA_CHUNKS API world gen
- Fix noise texture only applying changes on level change
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:uCdwusMi:9N4UxA0o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uCdwusMi:9N4UxA0o"
}

