Skip to content

Add mod loading from maven-style repository #282

@dscalzi

Description

@dscalzi

Premise:
I have a repository of mods stored maven-style which can be used throughout many different launch configurations. I want to pass the maven identifiers to the mod loader so that it only loads the mods I specify. The loader needs two things:

  1. The path to the maven root: ex. C:/repo
  2. A list of maven identifiers: ex. com.author:mymod:1.1.1;com.author2:anothermod:4.1.2

This feature is supported by other mod loaders. In my opinion the implementation for fabric should look like Forge's 1.13+ system. The fabric implementation should take input from a file so that the cli length limit is not exceeded when loading a large number of mods.

  1. Forge 1.13+ [1.13.2] Feature Request: --modListFile equivalent MinecraftForge/MinecraftForge#5495 (comment)
  2. Forge 1.12- https://github.com/MinecraftForge/FML/wiki/New-JSON-Modlist-format
  3. Liteloader http://develop.liteloader.com/liteloader/LiteLoader/issues/34

If more information is required, please let me know. Looking to add fabric support to a popular launcher I maintain and this would be a prerequisite.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions