Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-07 | remove fs_extra crate | Daniel Schadt | |
The function that we needed from there is very small and easily implemented ourselves. On the other hand, fs_extra seemed to have some weird options going on and implemented the copy in a bit of a roundabout manner. | |||
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-06 | Initial commit | Daniel Schadt | |
This is the inital commit of a somewhat working version. |