Tags
Creators
Details
mc26.2-0.9.2-alpha.1-neoforge
Compatibility
Changes
Sodium 0.9.2-alpha.1 includes a new terrain buffer allocation system designed to reduce the number of buffers that get allocated and resized as chunks are loaded and unloaded. Please help us by testing this version in various scenarios, comparing frame rate stability, and reporting any issues that may arise. Feedback and testing results are welcome in the testing channel on our discord server.
Other changes include improvements to our item meshing, optimizations for item rendering, and numerous bug fixes. This release also adds support for FRAPI on NeoForge.
- Prevent misalignedment in item models by removing UV_SHRINK where necessary (#3831)
- Offset overlay layers of optimized item models to prevent z-fighting
- Optimize the dried ghast model (#3815)
- Implementation of a Incrementally Defragmenting Auto-Sizing Multi-Arena Allocator (#3634)
- Support FRAPI on NeoForge (#3818)
- Fix buffer overflow in Kernel32.getModuleFileName
- Use the correct atomic operations on NativeBuffer.ALLOCATED
- Ensure that VKIndirectContext.addCommand allocates enough memory
- Use clearenv() to delete environment variables
- Cleanup code around checking the IME status on Windows
- Restore the fast quad encoder for entity-format buffers (#3848)
- Handle resizing the section time buffer to fix #3809
- Backport fix from 26.3 Snapshot 6 for buffer recycling to restore inventory item rendering performance
Thank you to all the contributors who added to this release!
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:AANobbMI:tey73iIl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AANobbMI:tey73iIl"
}

