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:
They can be used to add projects, which are not hosted on any platform, to your modpack.
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
Create a directory named
overrides
,server-overrides
orclient-overrides
in the.pakku
directory..pakku/ ┣━━━ overrides/ ┣━━━ server-overrides/ ┗━━━ client-overrides/Create directory for each project type you want to override.
.pakku/ ┣━━━ overrides/ ┃ ┗━━━ mods/ ┗━━━ client-overrides/ ┣━━━ resourcepacks/ ┗━━━ shaderpacks/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