All versions
21.0.11-beta
Beta
More Colorful 21.0.11-beta6 months ago 165
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
21.0.11-beta
- Added particle and sound effect for the wind.
- Wind now can affect the motion of rain, snow and clouds.
- Wind now can assist fire spreading downwind. Can be turned off in config.
- The client config "Wind Effect" has been divided, in order to provide a more precise control of wind behavior.
- Leaves now can rustle in the wind.
- Now entities will be pushed harder by wind if they are in "windy" biomes like windswept hills.
- Added Fan Block. A redstone component that create a "line-shaped" wind zone when powered.
- Wind Zones now can be visualized by pressing F3+B (showing their line boxes).
- Added Weather Vane. It sways in the wind, pointing towards the wind direction. As a power source, it emits a signal based on the wind strength. Using a redstone comparator allows you to detect the rotation angle of the weather vane, namely, the wind direction.
- Added Windflower, a flower that naturally generates in windy biomes. Sometimes, it will spin like a pinwheel if it is in the wind.
- Added Paper Plane. Right click to throw it. Drops as an item when hit a block or entity, except you are in creative mode. It can also be thrown by a dispenser.
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:D4iL95OT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dlqqn3v9:D4iL95OT"
}

