Exopandora / ShoulderSurfing

Shoulder Surfing Reloaded is a highly configurable third person camera mod for minecraft.
MIT License
48 stars 9 forks source link

Use YACL instead of Forge Config API port #123

Closed RaptaG closed 12 months ago

RaptaG commented 1 year ago

Describe your feature YACL (Yet Another Config Lib) is a simple yet powerful config library for both Forge and Fabric, and it would allow for consistency across versions and loaders. It's used by a lot of mods and it is actively maintained. I believe it's worth considering it.

Exopandora commented 12 months ago

Thanks for the suggestion. For the time being, SSR will rely on the forge config system, as there would be no benefit in a change, other than additional work.

RaptaG commented 12 months ago

@Exopandora could you consider it in the future? It is an easy to use API and using another mod loader's config API in Fabric is a workaround to achieve a cross-compatible config system (which can be done with YACL).

Exopandora commented 12 months ago

I will consider it when necessary, thanks again for the suggestion!