superzanti / ServerSync

Sync files between client and server for Minecraft Forge
GNU General Public License v3.0
163 stars 26 forks source link

[SUGGESTION] Support for Fabric for "Non-standard usage" #245

Open vico93 opened 3 years ago

vico93 commented 3 years ago

Just a silly request, but i think it worths a try: seems like the "non-standard usage" of the tool is placing the server on mods and let Forge recognize it as a mod which just start the service at start.

Since Forge is no longer the unique (or undisputed) mod loading solution for Minecraft anymore, i want to know if is in SS plans add support for Fabric loader as well.

I know that isn't the priority for now, but i made the suggestion regardless to let the devs know Fabric is an viable alternative for Forge.

rheimus commented 3 years ago

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 of using the forge loader project and applying whatever magic sauce fabric decided to go with for mod loading.

https://github.com/rheimus/serversync-forge-loader