Mineuniverse
Log in Register
Mods

Launch Configuration

A mod that allows users to customise launch settings in modpacks
by matyrobbrt
Download Claim this project
1,311 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library Miscellaneous

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, with modId being the ID of the mod to disable
  • copying files (e.g. choosing between 2 template configs) - type copy_file, with from being the source path of the file (relative to game dir root) and to being 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.

launchconfiguration-1.21.1-1.0.0.jar
MC 1.21.5, Client, 1.21.4, NeoForge, 1.21.3, 1.21.7, 1.21.1, 1.21.6, 1.21.2
Release 2025-07-01 Get

More from matyrobbrt

AdminMode
924
Ok Zoomer Forge
9,110,183
Mekanistic Routers
8,694,906
Mob Capturing Tool
758,008
MatyLib
7,244
Answer For Your Crimes
62

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734