Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 5 days ago
All versions
v4-beta.11+26.2-fabric
Beta
v4-beta.11 for 26.2-fabric5 days ago 19.3K
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
- added mc 26.2 support
- added a null check before accessing config (potentially fixing a loading issue on forge platforms)
- added rolling block particles
- raised config text input limit
- fixed shrubs
- fixed issues specific to mc 26.1 and above:
- fixed after weather period
- fixed mist not spawning (added
#minecraft:substrate_overworldto mist blocks list) - fixed blended particle alpha masking
- fixed shrub spawn density not displaying correctly in config gui
- fixed biome border particle culling removing particles between biomes with similar climates
- tweaked algorithm for the wind pattern
- changed wind to apply cumulatively instead of overwriting particle velocity
- updated Ukrainian and Russian translations (thanks: megatocha)
- updated Korean translation (thanks: good7777865)
- re-enabled dust haze by default because its cool as heck
Optional dependencies
Any compatible version
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:oPqk9oQ8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nrikgvxm:oPqk9oQ8"
}

