1.1.0
Compatibility
Required content
Changes
New evening lighting
Proper elevation advantage
Better coloring
Better time range
New night lighting
Better moonlight color and intensity
Slight scattering changes
True IR
Radar IR mode now shows actual cloud tops and their temperatures
Longer days and initiation windows
Days are now 1 hour long, day and night length is month dependant, in june day is aprox. 37 minutes long, night 23
Storm spawn chances are now daytime dependant, with highest likelyhood of spawn in afternoon/early evening window, and lowest in late night/morning
Other
Keyframe lerping improvements
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:DjwsDMLn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:93e7Da23:DjwsDMLn"
}


