Make mod client side only so it doesn't crash servers.
eyeonus opened this issue ยท 0 comments
Simply change the line
"@mod(modid = SoundReloaderMod.MODID, version = SoundReloaderMod.VERSION)"
to
"@mod(modid = SoundReloaderMod.MODID, version = SoundReloaderMod.VERSION, clientSideOnly = true)"
This makes it easier to maintain modpacks, as no one needs to remember to remove this mod on the server-side copy.