
Make NeoForge `@Mod` indicate the mod is client-only
shartte opened this issue ยท 1 comments
Changing this to @Mod(MoreOverlays.MOD_ID, dist = Dist.CLIENT)
should prevent the mod from loading on a server, even if it is present in the mods
folder, preventing startup crashes due to class-loading.