Starting a New Modpack
There are several ways to start creating a modpack:- From Scratch
- From Existing Profile
Adding and Removing Mods
Adding Mods to Your Modpack
You can add mods from multiple sources:- From Modrinth: Browse the mod library and click Install
- From file: Drag and drop
.jarfiles into the mods folder - By version ID: Use the advanced installation option to install specific versions
When you install a mod with dependencies, the launcher automatically adds all required dependencies to your modpack.
Removing Mods
To remove mods from your modpack:- Right-click a mod in your instance and select Uninstall
- Or delete the mod file from the
modsfolder
Configuring Mod Settings
Customize your modpack’s behavior through mod configurations:Mod-Specific Configuration
Edit configs
Navigate to your profile’s
config folder and modify the configuration files (usually .toml, .json, or .properties files).Including Configurations in Export
When exporting your modpack, you can choose which files to include:- config/: Mod configuration files
- resourcepacks/: Custom resource packs
- shaderpacks/: Shader packs
- options.txt: Minecraft settings
- servers.dat: Server list
Exporting and Sharing Modpacks
Export your modpack as a.mrpack file to share with others:
Configure export options
- Name: Give your modpack a descriptive name
- Version: Set the version number (e.g., “1.0.0”)
- Description: Add a description explaining what your modpack includes
- Files to include: Select which folders/files to bundle:
mods/(automatically included)config/resourcepacks/shaderpacks/options.txt- Other custom files
Modpack Format
Modrinth uses the.mrpack format:
- Standards-based: Uses the Modrinth modpack specification
- Cross-launcher compatible: Can be imported by other launchers supporting the format
- Metadata included: Contains version info, dependencies, and project links
- Efficient: Only includes override files; mods are downloaded on install
The
.mrpack format doesn’t include the actual mod files (just references to them). This keeps the file size small and ensures users always get the latest compatible versions.Publishing to Modrinth
To share your modpack on Modrinth:- Create a project on modrinth.com
- Upload your
.mrpackfile as a version - Add description, screenshots, and tags
- Publish for others to discover and install
Importing Existing Modpacks
You can import modpacks from various sources:- From Modrinth
- From File
- From Other Launchers
- Browse modpacks on modrinth.com
- Click Install or download the
.mrpackfile - The launcher will automatically import and set up the modpack
Updating Modpacks
Keep your modpack up to date:Updating Individual Mods
- Click the Update button next to mods with available updates
- Or use Update All to update all mods at once
Versioning Your Modpack
When making changes:- Update the version number (e.g., 1.0.0 → 1.1.0)
- Document changes in the description
- Export and upload the new version
Best Practices
Test Thoroughly
Always test your modpack before sharing to ensure:
- All mods load correctly
- No conflicts or crashes
- Performance is acceptable
- Configurations work as intended
Document Everything
Provide clear documentation:
- List of included mods
- System requirements
- Known issues
- Installation instructions
Balance Performance
Consider performance impact:
- Test on minimum spec systems
- Optimize configuration files
- Include performance mods if needed
- Set appropriate memory allocation
Update Regularly
Maintain your modpack:
- Check for mod updates
- Fix reported bugs
- Add new content
- Communicate changes to users
Troubleshooting
Export Fails
- Ensure all mods are from Modrinth or included as overrides
- Check for corrupted mod files
- Verify you have write permissions to the export location
Large File Size
.mrpackfiles should be small (only overrides)- If large, you may be including unnecessary files
- Check that mod files aren’t being bundled (they should be referenced)
Import Issues
- Verify the
.mrpackfile isn’t corrupted - Check your internet connection for downloading mods
- Ensure you have sufficient disk space
- Review the launcher logs for specific errors
