Links
Tags
Creators
Details
0.5.0
Compatibility
Required content
Changes
First stable release of 0.5.0
Biggest release probably ever.
Added
-
New centeralized GUI for handling everything.
-
Brand new temperature system. Brings more realism and challenge, can be disabled via the config (And mod menu)
-
Space heater + Air conditioner, helps you survive the heat / cold.
-
Wool armor. Protects against the cold outside your base.
-
Straw hat, beat the heat, and in style!
-
Portable fan, straw hat isn't enough? Well now you got a portable fan.
-
Heating / Cooling gels, this can be applied to all armors, granting a heat / cold resistance. Really useful, but expensive, so apply to good armors only.
-
Added Thermometer, gives you a general idea of the temperature around you. Ill add a digital one that shows the actual temperature in a later update.
Changes
-
Camp fires now give off heat.
-
Lether armor now gives cold resistance (Wool armor is still better)
-
Fire resistance now gives heat resistance tier 6.
Bug fixes (From previous RC's)
-
Fixed status effect going outside the box.
-
Fixed thermal sources leaking outside blocks
-
Fixed AC / Heater from having 1 tick flickers
-
Fixed AC/ Heater not applying offset when player moved to a different block.
-
Minor texture fix for the Thermometer.
Optional dependencies
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:a2cMZckk:aK0WQude"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a2cMZckk:aK0WQude"
}



