R

Results 70 comments of R

I have no current plans to make a fabric loader. Though if you are interested the code for doing so is rather simple, it is most likely just a matter...

Would be great to have some sort of terminal based progress indication, though nothing has been done toward this yet. Its probably simple enough to create a 'gui' class that...

.gitignore uses glob patterns, which is similar to how SS config works. I intend to separate directory management and file inclusion in the next version so that it will be...

Certainly worth looking into as another way of managing profiles. Though from the sounds of it you would probably have a better experience using [MultiMC](https://multimc.org/). This has built in profile/instance...

Presumably the way mac resolves paths is sufficiently different that serversync can not determine where it is being run from. Could be several things, to list a few that I...

This may also have been solved by #282 Not sure if I ever released a version with that fix in it.

Hmm, could do directory watching for changes to the config. Or read on demand, shall have a ponder on it.

There is nothing stopping SS from live reloading config changes really. Just need to carefully think about file locking issues when watching for changes, my original thought was to have...