Badtz

Results 4 comments of Badtz

I am also not sure if you want us to be requesting to merge into the development branch or the main branch. If you want pulls to be pointed towards...

Implemented version pinning in the manifest, format looks like this: ```json { "projectID": 243121, "fileID": 3366626, "required": true, "__meta": { "name": "Quark", "explicit": false, "installOn": "both", "pinned": true, "dependencies": [...

I can implement it like that if you want, but it seemed a bit excessive to have individual flags for each type. Essentially we would need: - --client-only - --server-only...

I briefly looked into implementing this, but couldn't find a way to tell if mods were client or server only. I suppose it could be implemented as `pax add --client...