Links
Tags
Creators
Details
2.5.0
Compatibility
Required content
Changes
Notice: Major internal changes have been made to support NeoForge in future versions of Noxesium. Other mods that depend on Noxesium may have broken. Published jars will now also include either a -fabric or -neoforge tag. Currently, NeoForge builds are not yet available.
- Updated to 1.21.4
- Introduce new UI optimizations. These new optimizations are available in the Noxesium configuration screen under "Experimental Optimizations". Please report any issues you encounter while using this new setting!
- Fixed issue that caused a client-side desync where the off-hand item disappears when breaking a main-hand weapon (#111)
- Fixed issue with player skulls being colored incorrectly
- Removed old optimizations to CustomModelData, no longer relevant on 1.21.4 due to the changes to the item model system. Servers should use modern features to achieve good performance
- Removed old change which made music continue playing when set to 0%. This change was too janky and will be replaced with a proper music system for servers in the future
- Updated Chinese translations by @GoodNormal (#113)
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:Kw7Sm3Xf:oEO7DMo3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Kw7Sm3Xf:oEO7DMo3"
}

