Community listing page, reviews here may not be monitored by the author.
Launch Configuration
No reviews yet
A mod that allows users to customise launch settings in modpacks
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
This mod allows modpacks to provide different launch-level configuration options that users can select between either on first launch or by pressing the Config button of the Launch Configuration mod (changes made this way only come into effect after a restart).

This mod's configuration file is located at config/launchconfiguration_settings.json. An example settings file that corresponds to the picture above:
{
"description": "This modpack provides a few launch configuration options",
"options": [
{
"name": "Recipe viewer mod",
"description": "Choose the recipe viewer mod to use in this modpack",
"values": [
{
"name": "JEI",
"description": "JustEnoughItems is a mod by mezz",
"behaviours": [
{
"type": "disable_mod",
"modId": "emi"
}
]
},
{
"name": "EMI",
"description": "EMI is a mod by EmilyPloszaj",
"behaviours": [
{
"type": "disable_mod",
"modId": "jei"
}
],
"fallback": true
}
]
}
]
}
Behaviour supported currently:
- disabling a mod (e.g. choosing between JEI and EMI, or TOP and Jade) - type
disable_mod, withmodIdbeing the ID of the mod to disable - copying files (e.g. choosing between 2 template configs) - type
copy_file, withfrombeing the source path of the file (relative to game dir root) andtobeing the target destination to copy to (relative to game dir root)
Note: the UI uses Swing, the built-in UI library in Java. To avoid issues with Mac users, the GUI is spawned in a different child process.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers