promotional bannermobile promotional banner

Cold Sweat

Adds a survival-focused temperature system to Minecraft, with lots of customization!

File Details

ColdSweat-2.2-b02a.jar

  • B
  • Feb 7, 2023
  • 1007.91 KB
  • 935
  • 1.18.2
  • Forge

File Name

ColdSweat-2.2-b02a.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cold-sweat-506194:4385160")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

2.2-b02a
- Added various negative effects that are inflicted on the player if they are too hot/cold:
- Hot (disorients the player):
- Reduced view distance at temperatures above 50 (less range as temperature increases)
- Blurred vision as temperature increases above 50
- Randomly drifting camera as temperature increases above 50
- Cold (dangerous to the player):
- Reduced mining/movement speed (slower as temperature decreases)
- Player attack knockback is reduced (less knockback as temperature decreases)
- Up to 50% of the player's hearts freeze over (frozen hearts cannot be regenerated)
- Added new mob: Chameleon
- Spawn in tropical biomes (Like jungles)
- Change color according to the temperature around them (it can be a useful thermometer replacement!)
- It might trust you if you throw it a spider eye
- Chameleons can trust multiple players
- You can right-click a chameleon that trusts you to carry it on your head
- Crouch three times to dismount the chameleon
- Eventually, chameleons will do other things when fed different items
- Occasionally, a chameleon will shed its skin, dropping the new Chameleon Molt item
- Chameleon molt will have important uses in future updates, so don't throw it away!
- Items that can be used as insulation now have a tooltip displaying their effects
- Insulation tooltips are now more clear about positive/negative insulation values
- the Thermometer can now be equipped as a charm if Curios is installed
- Slightly tweaked how removing insulation works to make removing multiple items more streamlined
- Added "minecart with insulation" item
- Crafted with a minecart and minecart insulation
- Retextured minecart insulation
- Reorganized the Cold Sweat creative tab to group items more logically

Fixes:
- Fixed crash related to goats' stored data
- Fixed performance issue caused by extreme amounts of block updates
- Fixed the Soulspring Lamp sometimes not being activated/deactivated properly
- Fixed the Soulspring Lamp starting off empty when crafted
- Fixed blocks not being mineable with the correct tool
- Fixed UI elements sometimes showing when the UI is supposed to be hidden and vice versa
- Fixed goats trying to ram players in peaceful mode
- Fixed food items configured to affect temperature being double-effective
- Fixed insulation tooltips sometimes overlapping other tooltips
- Fixed Soulspring Lamp tooltip not being properly sized when Shift is held and advanced tooltips are disabled
- Items will now always burn in soul fire when the Spirit mod is installed to prevent incompatibility

Technical Changes:
- Revamped the temperature system to allow all living entities to have their own temperatures
- Although the system has been reworked in the backend, there is very little difference in implementation aside from some method parameters
- This may pave the way for livestock temperature to make a return in the future