1.1.2
Compatibility
Required content
Changes
Swaying Foliage
Grass, flowers, other foliage blocks now sway in wind
Doesnt work with sodium, sorry, but sodium support would mean constant maintenance of mod, which i dont really want to do
New Lightnings
Fully rewrote most of lightning visual backend
Better shapes, vertical strikes, horizontal
Better fading and time progression
Lightning mesh is now fed into shader for accurate volume glow
Daytime lightnings now have flashes
New Moon
Moon now has phases and new high resolution textures
Power Flashes
Powered redstone dust, and some other blocks (comparators, repeaters, lamps ect) now spark, produce electrical buzz and bright blue-green flash when destroyed by wind
Redstone dust block was nerfed, starting from 15m/s wind speeds it can be destroyed
Dynamic Cloud Coverage
There are weather cycles now that determine cloud density, thickness and coverage based on daytime, world seed and month
New
/pmweather ambientclouds command to manipulate ambient clouds
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:93e7Da23:GRlt2ob6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:93e7Da23:GRlt2ob6"
}


