Tags
Creators
Details
All versions
1.1.10
Release
Natural Temperature 1.1.10 FABRIC 26.22 weeks ago 394
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
- Now 0 value can be used in the wave magnification parameter
- Partial rollback of the zone 6 polar region behavior prior to the 1.1.7 update. I'm sorry for the rollback but it was causing unwanted problems.
- The polar region is again duplicated in looping mode 5/6 for coherence with the rest of the code. If you don't want this remember to half the coverage of the zone 6 MANUALLY. Also the equatorial zone is a double band as always, deal with it as you prefer.
- I will remember this also here: part of the band 5 is covered in snow, so if the pole seems too large consider that part of it can be confused with the snow covered part of band 5.
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:QZt2fevq:YxkQTe0m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QZt2fevq:YxkQTe0m"
}

