FallingTree

FallingTree

40M Downloads

Unify config read/write

Rakambda opened this issue ยท 0 comments

commented

Discussed in #199

Originally posted by RDKRACZ August 15, 2021
This lib is highly popular and its size is huge - ~90% of the size of your mod. It gets included in many mods so the modpack with 80 mods is 30 MB bigger in size than needed.
Or maybe you can release an additional version without cloth?

  • Fabric : Do not use auto config, build config screen manually
  • Fabric : Do not let clothhandle the read/write operations, use Gson instead (this is a breaking change, maybe will need a way to transfer old configs)
  • Forge : Do not let forge handle the read/write operations, use Gson instead (this is a breaking change, maybe will need a way to transfer old configs)

This would provide a unified config format for both Fabric/Forge (json) and the ability to not be hardlinked to cloth on the fabric version.