enjarai / shared-resources

A Minecraft mod to easily share resources between multiple game instances.
https://www.curseforge.com/minecraft/mc-mods/shared-resources
GNU Lesser General Public License v3.0
31 stars 3 forks source link

✨[Feature Request] Add more optional folders that can be synced #18

Closed User4716 closed 1 year ago

User4716 commented 1 year ago

Here are a few folders that I think would be nice if we had the option to sync them:

enjarai commented 1 year ago

Support for Skin Swapper and Replaymod is definitely possible, I'll look into adding it.

Essential however makes things a little more difficult due to it being closed source. Not being able to view the source code of a mod makes it very hard for me to find the right place to inject to change the directory, so I won't be adding support for it for now.

enjarai commented 1 year ago

Compatibility has been added for ReplayMod and SkinShuffle (a more modern alternative to Skin Swapper (https://modrinth.com/mod/skinshuffle)) as of 1.6.0.

User4716 commented 1 year ago

Can you add compatibility for Skin Swapper as well? 😉🤔 I could switch to the alternative but I feel like it would be just easier to stick with the mod I currently have, of course you don't have to do it, but if the folder is named "skins" for both of the mods, I don't see why not add support for SkinSwapper

enjarai commented 1 year ago

I'll take a look. I have to make mixin injections into each mod I support to change the part where they resolve their config path, so it's not really directory-based.