modrinth / docs

Our documentation site's source code.

Home Page:https://docs.modrinth.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modpack Format - Mod Conflicts

CodeF53 opened this issue · comments

Problem

I am hosting a mod pack where you can choose between Phosphor or Starlight as a light engine optimizer.
If both are marked as optional, a user who is not paying too much attention may end up selecting both, which would be problematic, as they conflict with each other.

Solution

Add 1 optional tag to the files array:

  • conflicts
    • a list of names of mods that conflict with this mod

Alternative Solutions

You could rely on modpack developers including a colossal warning message on the modpack page. But that feels very a curseforge solution.

Prerequisite suggestions

#57

Implementation example of these suggested changes can be found here.