Closed
Issue #6 · created by Gui Chaguri · ·

Tweak Info Files

Tweak Info was discussed a long time ago in a Forge issue. I'm starting to work on the implementation.

I'm opening this issue to discuss about how it would be designed in LiteLoader. I was thinking on keeping the old manifest properties to not break existing mods and just adding the new file.

This is what I was thinking about the design of the file:

{
    "id": "tweakmod",
    "name": "TweakMod",
    "version": "1.0",
    "author": "",
    "description": "A simple tweaker",
    "url": "http://example.org",
    "tweakClass": "org.example.tweakmod.Tweaker",
    "tweakOrder": 1000,
    "mixinConfigs": [],
    "injectionStrategy": ""
}

The mixinConfigs and injectionStrategy are LiteLoader-only.

Any thoughts?

1f604
1
4 participants
liteloader/LiteLoader#6