-
Notifications
You must be signed in to change notification settings - Fork 303
Closed
Labels
Description
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:
- The path to the maven root: ex.
C:/repo - 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.
- Forge 1.13+ [1.13.2] Feature Request: --modListFile equivalent MinecraftForge/MinecraftForge#5495 (comment)
- Forge 1.12- https://github.com/MinecraftForge/FML/wiki/New-JSON-Modlist-format
- 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.
Superkooka, GeekCornerGH, jacquelynra, jordanamr, ydainna and 8 morecplir-c