1.21.1 NeoForge crash at launch
Daltaxy opened this issue · 3 comments
Hello, server and client crash with the new 1.21.1 version
"Weather2 (weather2) has failed to load correctly"
crash report: https://mclo.gs/PK5X5x6
latest.log: https://mclo.gs/zFF1c4C
maybe because the coroutil update isn't out yet?
NeoForge 21.1.172
One thing I've found, though I'm not sure if this is the entire issue, is that Weather2 doesn't list coroutil as a dependency in its mods.toml file. You can temporarily fix it like so:
- Open the weather2.jar file with your preferred zip editor of choice
- Go into the
META-INF/folder. - Extract the
neoforge.mods.tomlfile - Add the following to the end of the file:
[[dependencies.weather2]]
modId="coroutil"
mandatory=true
versionRange="[1.21.0-1.3.8,)"
ordering="AFTER"
side="BOTH"- Re-upload the toml file to the zip, overwriting the existing one
