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 #167

Closed Endgineer closed 10 months ago

Endgineer commented 10 months ago

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

[Parties] Cold Sweat needs to be version 2.2 or higher! Support has been disabled.
EtherealOnyx commented 10 months ago

Hi!

Do you happen to have the log file as well? When support disables itself, the log shows an error as to why it happened. I've been trying to figure this out but this issue is very inconsistent. I'd appreciate it!

Endgineer commented 10 months ago

Hey! So I've tested these two mods in isolation to keep things simple; here's the latest.log and debug.log.

Edit: My apologies! Should have provided the log earlier. The issue seems to be caused by a slight change in the API maybe, owing to this line:

java.lang.NoSuchMethodError: 'boolean dev.momostudios.coldsweat.config.ClientSettingsConfig.celsius()'
EtherealOnyx commented 10 months ago

Thank you! I'll look into this soon.

EtherealOnyx commented 10 months ago

Fixed in version 1.0.2 here. Sorry for the delay!