Tags
Creators
Details
All versions
1.9.0
Release
1.9.0-1.21.10 - NeoForge10 months ago 5,826
Compatibility
Minecraft: Java Edition
1.21.10
Platform
NeoForge
Supported environments
Client-side
Changes
What's Changed
- Add 1.21.10 support (also marked for 1.21.9, please update to 1.21.10, 1.21.9 is not supported)
- Add block entity frustum culling mainly for 1.21.9+ Fabric
- Update 1.21.6 -> 1.21.8 and 1.21 -> 1.21.1. This means the following versions are now unsupported: 1.21(.0), 1.21.6, 1.21.7
- Update uk_ua.json by @StarmanMine142 in https://github.com/tr7zw/EntityCulling/pull/234
- Add fa_ir by @PawyVile in https://github.com/tr7zw/EntityCulling/pull/239
- Fix grammatical issues in the ReadMe by @mrjasonn in https://github.com/tr7zw/EntityCulling/pull/233
New Contributors
- @StarmanMine142 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/234
- @PawyVile made their first contribution in https://github.com/tr7zw/EntityCulling/pull/239
- @mrjasonn made their first contribution in https://github.com/tr7zw/EntityCulling/pull/233
Full Changelog: https://github.com/tr7zw/EntityCulling/compare/1.8.2...1.9.0
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:NNAgCjsB:UmLMfapM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NNAgCjsB:UmLMfapM"
}

