EtherealOnyx / Parties

An rpg-like party system for Minecraft. Currently contains 24 customizable elements with direct support for 16+ mods! Also provides extra features like xp sharing, stage syncing, and more.
3 stars 0 forks source link

[1.18.2] Temperature support is broken for Cold Sweat #169

Closed DeshiDesu closed 9 months ago

DeshiDesu commented 9 months ago

sedparties-1.18.2-1.0.2 used with ColdSweat-2.2, getting the following chat message:

[Parties] Cold Sweat version not supported! Support has been disabled.
EtherealOnyx commented 9 months ago

I will take a look at this, thanks.

DeshiDesu commented 9 months ago

latest.log

Seems caused by

Caused by: java.lang.ClassNotFoundException: dev.momostudios.coldsweat.config.ClientSettingsConfig
EtherealOnyx commented 9 months ago

Looks like they reorganized things a bit internally. Thanks for the quick report, I will fix this immediately.

EtherealOnyx commented 9 months ago

Version 1.0.3 has been released with a fix for this here

Note that new mechanics have been added with the way thermometers and temperature work in Cold Sweat version 2.2. As of now, my mod disables the thermometer requirement to be able to function properly. I will re-implement support in the next version to make use of these new features.

Thanks for the again for the report!