Pakku Help

Overriding Project's Properties

If a project has a property that is not correct (marked with a wrong side or as not redistributable, even though you have explicit permission to redistribute it) you can override it using the config file.

Changing project side to `CLIENT`

  1. Open the config file (pakku.json) and find a property named projects.

  2. Use the project slug, name, ID or filename to create a new property in it:

    { "projects": { "jei": { } } }
  3. And finally, add the property with the value you want to override.

    In our example, we will override JEI's project side to CLIENT:

    { "projects": { "jei": { "side": "CLIENT" } } }
Last modified: 25 April 2025