Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
v4-beta.6+1.21.9-fabric
Beta
v4-beta.6 for 1.21.9-fabric4 months ago 9,402
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- new features
- Added a new default texture for custom particles
- Added heavy dust
- Added bounciness field to particle editor
- squashed bugs
- Fixed weather appearing inside structures at the weather height limit
- Fixed resource packs failing to load when a weather texture is shorter than 1:4
- Fixed config number input fields not accepting negative values
- Fixed cycling buttons sometimes getting stuck
- Fixed crash when forge tries to load the mod on a server
- tweaked particle loading and configuration
- split config into
particles.jsonandconfig.json - config files are now found at
config/particlerain/ - particle loading now uses the resource pack system. resource packs can add new particles or customize existing ones by providing a file at
assets/particlerain/particles.json - particle configs no longer need to contain every value. omitted values will use the default values if no other loaded resource packs specify a value. multiple resource packs can configure the same particle.
- split config into
- various refactors, including:
- moved wind calculation to
ParticleRain.getWind(x, y, z)for easier use by other mods
- moved wind calculation to
- removed block sounds (out of scope)
- removed haze effects to create a better default experience for those using shaderpacks or low-end hardware
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:tcL5O4zL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nrikgvxm:tcL5O4zL"
}


