-
-
Notifications
You must be signed in to change notification settings - Fork 46
Modpack Creation
Yes, you can add anything to your modpack.
-
To re-use already existing files on server use
syncedFilesread more in config. As an example with default config it creates modpack containing every mod (file ending with .jar) from server~/mods/folder. -
To add more files to modpack use separate directory
~/automodpack/host-modpack/main/. For example to add more mods create foldermodsand place there mods so that will be~/automodpack/host-modpack/main/mods/your-mod.jar. Or to add resourcepacks analogically create folderresourcepacksand place there resourcepacks so that will be~/automodpack/host-modpack/main/resourcepacks/your-resourcepack.zip.
Both of these methods translate to the ~/.minecraft/ on client side (root directory of minecraft instance).
Remember to regenerate the modpack using /automodpack generate (see commands)
This wiki is deprecated! New wiki
If you have any questions or notice something unclear, feel free to reach out on Discord or create GitHub issue.
If you'd like to support further development, consider donating on Ko-fi. Your support is greatly appreciated!