Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
v4-beta.10+1.21.11-fabric
Beta
v4-beta.10 for 1.21.11-fabric2 months ago 265.8K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- updated Simplified Chinese translation (thanks: Sasaki-Akari)
- added option for weather to ignore specific blocks, passing through them instead of being obstructed (thanks: HigorFr)
- barriers, fences, and signs are ignored by default
- removed incompatibilty warning for async particles
- improved instructions on placeholder particle texture
- added slight variance to map colored effects to improve effect visibility
- re-added haze, disabled by default, improved dust haze
- fixed non-functional underground spawn position option appearing in the config screen
- fixed sky render distance being used for surface particles
- fixed wrong collision size causing particles to clip through thin surfaces in mc
>1.21.9 - fixed particles inverting/inflating during collision animation
Optional dependencies
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:nrikgvxm:GqrSVERU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nrikgvxm:GqrSVERU"
}


