
mod crashes servers when in mods folder. wrong envirtonment set in fabric.mod.json
Linguardium opened this issue ยท 1 comments
Setting environment to client
will prevent the server from attempting to load the mod. Since the mod is not supported on servers, this is likely the best course of action.
Yes, you're right. I should've thought about that. Thank you!
Fixed in ac94354