4.0
Compatibility
Changes
- PMWeather Update: Fully updated and compatible with the latest PMWeather version.
-
ENSO HUD Overlay: Added a clean, on-screen HUD displaying the current ENSO phase (El Niño, La Niña, Neutral) and its current intensity.
-
Climatology Realism: Adjusted ENSO anomaly calculations to align with real-world weather metrics (Moderate events peak at 1.0°C–1.4°C, Strong at 1.5°C–1.9°C, and Super El Niños can reach 2.0°C to 3.0C+).
Balance & Logic Adjustments
-
Humidity Fix: Disabled the addon's rain humidity lock (which previously got stuck at 94% humidity)
-
Ocean Temperature Logic: Corrected ocean heat mapping. Normal oceans now properly warm up during El Niño and cool down during La Niña (fixing a bug where they did the reverse).
-
World Load Crash Fix: Resolved a critical crash that occurred when loading into worlds where saved PMWeather storms tried to read temperature data before the weather handler was fully loaded.
-
Map Color Inversion Fix: Fixed a color channel issue on the SST map where cold water looked orange and warm water looked blue.
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:lBgZ7gbi:sFbU9QGH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lBgZ7gbi:sFbU9QGH"
}

