Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-07 | use fallback world name | Daniel Schadt | |
Apparently, the default world of minetest-server does not have a name set (which is kind of okay because it is the only existing world anyway). But ModderBaas needs to deal with this situation properly. In this case, we simply take the directory name, similar to games. | |||
2021-11-07 | make downloads work with more archives | Daniel Schadt | |
Some mods do not come bundled in a separate directory, so we also support archives that do not contain an inner directory now (e.g. the "charcoal" mod). | |||
2021-11-06 | support installing modpacks | Daniel Schadt | |
2021-11-06 | add a dry-run mode to install | Daniel Schadt | |
2021-11-06 | Initial commit | Daniel Schadt | |
This is the inital commit of a somewhat working version. |