All versions
1.7.1
Release
1.7.1-1.21(.1) - Fabric2 years ago 648.1K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
What's Changed
- Add 1.21.3 support (no 1.21.2)
- Correctly skip invisible armor stands instead of marker
- Fix drg_flares:drg_flare whitelist
- Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
- Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
- Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
New Contributors
- @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
- @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
- @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
Full Changelog: https://github.com/tr7zw/EntityCulling/compare/1.7.0...1.7.1
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:hD1f5amG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NNAgCjsB:hD1f5amG"
}

