All versions
21.0.10-beta
Beta
More Colorful 21.0.10-beta7 months ago 72
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
21.0.10-beta
- Fixed the bug that wind effect will cause severe performance degradation. The wavy block rendering logic is optimized so that it should be more performant now.
- Now support Sodium and Iris. (Note: wind effect probably don't work well with shaders. You can turn the "wind effect" off in the configuration.)
- Now you can use command /weather wind freeze (or unfreeze) to freeze/unfreeze the global wind.
- Added "Wind Zones", which are local wind sources in an area. Currently, Breeze produces a "swirl" wind zone, while explosions (TNT, creeper, wind charge, ect.) produce "burst" wind zones.
- Added "Wind Physics". Now wind can push entities. It can be turned off in the config.
- Added falling leaf particles for every vanilla leaves blocks, just like those in vanilla 1.21.5+. Exclusively, the spruce leaf particle has a different texture.
- Thanks for download!
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:dlqqn3v9:r5y7P79k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dlqqn3v9:r5y7P79k"
}

