Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
v4-beta.1+1.21.1-neoforge
Beta
v4-beta.1 for 1.21.1-neoforge9 months ago 4,049
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
- Features:
- added subtle block hit noises when blocks have rain falling on them
- added subtle random note sounds to note blocks when rain falls on them
- re-added streak particles
- re-added mist particles (formerly ground fog)
- Config:
- added block spawn types to spawn particles from block faces
- added surface spawn type
- added volume sliders for individual weather sounds
- added dropdowns to list entries
- disabled some buttons conditionally to make it clearer when values aren't being used
- re-added ability to manually set spawn height limit instead of only using cloud height
- re-added missing particle options
- Bugs fixed:
- fixed particles becoming invisible when resource packs use very translucent textures
- fixed vanilla water drip/splash particles not using the same tint as rain
- fixed wind blowing too strongly at high altitudes
- fixed maximum particle count breaking after closing config screen
- fixed particles spawning inside of and falling through ceilings made of non-full blocks
- fixed blended particles (mist) corrupting particle rendering
- fixed rain sounds appearing above weather height limit
- Mod Compatibility:
- added workaround for a bug where RNG stops working near valkyrian skies ships with a eureka helm
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:5n3tVt2M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nrikgvxm:5n3tVt2M"
}


