Fröhlich Mara

Results 9 issues of Fröhlich Mara

Automatically sync files between a minecraft instance and the pax project.

enhancement

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`,...

enhancement

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...

enhancement

Mark some mods as client/server only when installing. Requires a nice server exporter first, of course.

enhancement

When searching for a mod & the mod list is displayed, allow multiple selections like `1,4,5` or `4-7,1`.

enhancement

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:...

enhancement
breaking

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.

enhancement

**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,...

enhancement
fixed-in-dev

The following graphql query (retrieving mods by their slug) doesn't seem to produce results anymore. ``` { addons(slug: "jei") { id } } ``` Response is `{ "data": { "addons":...