Pakku Help

Adding Manual Overrides

Manual overrides are files that will be bundled with your modpack on exporting similarly to overrides.

However, they are specified differently and serve two main functions:

  1. They can be used to add projects, which are not hosted on any platform, to your modpack.

  2. They can be used to manually add overrides to your modpack, which are stored separately, so they don't bloat your modpack directory.

Adding projects, which are not hosted on any platform, to your modpack

  1. Create a directory named overrides, server-overrides or client-overrides in the .pakku directory.

    .pakku/ ┣━━━ overrides/ ┣━━━ server-overrides/ ┗━━━ client-overrides/
  2. Create directory for each project type you want to override.

    .pakku/ ┣━━━ overrides/ ┃ ┗━━━ mods/ ┗━━━ client-overrides/ ┣━━━ resourcepacks/ ┗━━━ shaderpacks/
  3. Add your manual project overrides.

    .pakku/ ┣━━━ overrides/ ┃ ┗━━━ mods/<put mod files here> ┗━━━ client-overrides/ ┣━━━ resourcepacks/<put resourcepack files here> ┗━━━ shaderpacks/<put shader files here>
Last modified: 25 April 2025