1.8.0
Compatibility
Required content
Changes
Pretty big update with many optimizations and fixes, perfect to celebrate recently hit download milestones and the new Partnership with Essential.
What's Changed
- Update to 1.21.6
- Add config screen to modify the tick culling whitelist/entity whitelist/block-entity whitelist in game
- Optimization of the culling thread logic and rendered block entity count
- Fix tick culling whitelist unintendedly merging into the entity whitelist
- Fix warning about a mixin conflict with Sodium
- Add display entities to the tick whitelist to let them move/transform while offscreen
- Translation into Argentine Spanish (es_ar) for EntityCulling by @Texaliuz in https://github.com/tr7zw/EntityCulling/pull/199
- Add Polish translation (
pl_pl.json) by @lumiscosity in https://github.com/tr7zw/EntityCulling/pull/203 - Add quark soul bead to default whitelist by @redchess64 in https://github.com/tr7zw/EntityCulling/pull/205
- Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/209
- Update pt_br.json by @seriousfreezing in https://github.com/tr7zw/EntityCulling/pull/210
New Contributors
- @Texaliuz made their first contribution in https://github.com/tr7zw/EntityCulling/pull/199
- @lumiscosity made their first contribution in https://github.com/tr7zw/EntityCulling/pull/203
- @redchess64 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/205
- @seriousfreezing made their first contribution in https://github.com/tr7zw/EntityCulling/pull/209
Full Changelog: https://github.com/tr7zw/EntityCulling/compare/1.7.4...1.8.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:JrOhNEba"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NNAgCjsB:JrOhNEba"
}

