When Create: Cosmonautics and Weather2 are installed together, the game crashes during startup.
The log shows that both mods redirect the same LevelRenderer.renderSnowAndRain() call. Weather2 applies its redirect first, then Cosmonautics’ rocketnautics$disableWeatherAtAltitude redirect is skipped and fails its required injection check.
Weather2 works correctly without Cosmonautics, so I think the problem is the LevelRendererMixin in Cosmonautics being incompatible with other mods that modify weather rendering.
The log with error and only them (end deps) installed: latest.log
When Create: Cosmonautics and Weather2 are installed together, the game crashes during startup.
The log shows that both mods redirect the same LevelRenderer.renderSnowAndRain() call. Weather2 applies its redirect first, then Cosmonautics’ rocketnautics$disableWeatherAtAltitude redirect is skipped and fails its required injection check.
Weather2 works correctly without Cosmonautics, so I think the problem is the LevelRendererMixin in Cosmonautics being incompatible with other mods that modify weather rendering.
The log with error and only them (end deps) installed: latest.log