
crash on startup specifically on dedicated server
abudq opened this issue ยท 2 comments
Minecraft Version
1.20.x
Mod Loader Version
0.15.6
Mod Version
1.0.9
Describe the Issue
crash on start up server with fabric seasons and spoiledz installed
latest.log
https://gist.github.com/abudq/46f6c2ed62196932f655b752e2be0e26
Do you use any other mods except the required ones?
no
simple enough fix. just need to pass a this
reference when calling getCurrentSeason
SpoiledZ/src/main/java/net/spoiledz/mixin/ServerWorldMixin.java
Lines 63 to 77 in 373049e
Thanks Linguardium for the hint, source code of Seasons even says the method is for client side only, don't know how I missed that.
Fixed with 495db3c