Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Add feature to ignore certain mods #6

Open
PureSpider opened this issue Oct 24, 2017 · 1 comment
Open

Add feature to ignore certain mods #6

PureSpider opened this issue Oct 24, 2017 · 1 comment
Assignees

Comments

@PureSpider
Copy link

There are some packs that have client side only mods that crash the server when used on the server side.
For this, it would be useful to have an option to ignore certain mods.

@dries007
Copy link
Member

I'll add this, but please tell mod authors to include the correct FMLSide in the manifest for example like this:

jar { 
    manifest {
        attributes 'ModSide': 'CLIENT'
    }
}

or in the @Mod annotation in more recent Forge version (there is a clientSideOnly property you can set to True.

@dries007 dries007 self-assigned this Oct 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants