TalonFloof / EnhancedWeather

Adds Localized Weather Systems to Minecraft
https://modrinth.com/mod/enhanced-weather
MIT License
19 stars 3 forks source link

Bug: Incompatible with Wilder Wild #20

Closed Omni-MC closed 11 months ago

Omni-MC commented 1 year ago

Describe the bug Game crashes on startup with Wilder Wild installed.

To reproduce Install Wilder Wild alongside Enhanced Weather and launch the game.

Information

Additional context I suspected it was Wilder Wild as the log shows an error with FrozenLib, which is used by Wilder Wild

Log - https://mclo.gs/0P5sm0V

TalonFloof commented 1 year ago

Hi @Omni-MC. I can confirm that FrozenLib is causing issues with Wilder Wild. However, fixing this issue is a bit difficult. You see both FrozenLib and Enhanced Weather need to override the default behavior of Vanilla Minecraft's lightning. However, only one mod is actually allowed to do this. Lightning wouldn't be able to spawn properly otherwise, and since both try to override it, it crashes. It is possible to fix this by making Enhanced Weather do its own lightning spawning instead of overriding the vanilla game's lightning spawning, however this is easier said than done. I'll keep this issue open, but just know that this will probably not get fixed for a while.

TalonFloof commented 11 months ago

Seems like FrozenLib doesn't conflict with Enhanced Weather anymore so I'm going to close this