Fröhlich Mara
Fröhlich Mara
Automatically sync files between a minecraft instance and the pax project.
would be nice if a list of all mods used in a pack could be generated, either when exporting so that a `modlist.md` or `modlist.html` exists in the output `.zip`,...
Exporting a jar for the server files would be pretty nice too. Requires mods to be able to be marked as client- or server-only first, so issue https://github.com/froehlichA/pax/issues/22 is a...
Mark some mods as client/server only when installing. Requires a nice server exporter first, of course.
When searching for a mod & the mod list is displayed, allow multiple selections like `1,4,5` or `4-7,1`.
Currently, `./pax add just enough resources` adds a mod called `just enough resources`. In the future, multiple mods should be able to be added through the `./pax add` command, so:...
PAX is currently only able to export Curseforge-compatible modpacks with the `manifest.json`. Exporting to a .zip that contains the `*.jar`s directly would also be very nice.
**Current Behaviour:** If a block breaker has a full inventory, blocks are still being broken, but they spawn as drops. **Proposed behaviour:** If a block breaker has a full inventory,...
The following graphql query (retrieving mods by their slug) doesn't seem to produce results anymore. ``` { addons(slug: "jei") { id } } ``` Response is `{ "data": { "addons":...