Launch Configuration

Quick rating

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

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
launchconfiguration-1.21.1-1.0.0.jar

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

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, 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.

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works