All versions
mc1.21.4-0.6.3-neoforge
Release
Sodium 0.6.3 for NeoForge 1.21.42 years ago 27.3K
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client-side
Changes
- [MC 1.21.4] Fixed compatibility with NeoForge 21.4.3+ Beta
- [MC 1.21.4] Fixed a bug causing font effects (such as italic, bold, underline) and text backgrounds to not render correctly.
- Fixed a number of bugs with fluid rendering that were causing faces to be hidden incorrectly against some modded blocks.
- Fixed detection of Intel graphics cards on Windows, which was causing some important workarounds to not apply.
- Startup warnings about incompatible NVIDIA or Intel GPU driver versions will now only be shown if the GPU is actually in use.
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:cQxHrxZR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AANobbMI:cQxHrxZR"
}

