Claycorp opened this issue 7 years ago ยท 0 comments
Depending on the Forge version you can specify it in the Main Mod annotation, with @Mod(clientSideOnly = true) or, if that's not available, use the manifest by adding this to your build.gradle:
@Mod(clientSideOnly = true)
jar { manifest { attributes 'ModSide': 'CLIENT' } }