Proposal for Modularization of Features for Enhanced Portability and Usability
cecnull1 opened this issue · 2 comments
My proposal: Divide the various functionalities into independent modules, and then link them using dependencies. This way, other modules can better utilize this feature without having to install the module itself to obtain the functionality, and porting will be simpler. Do you have plans to implement this? If the Issue is closed and marked as 'No plan to fix,' it indicates that this action will not be taken.
A lot of Changed's features are still being developed a this point, and breaking the mod into a library component and a content component would create twice the work.
Sure creating the library component to be specialized for different versions without having to update the content would make it easy to adapt the mod to many mod loaders and game versions, but it is still too early in development as there are significant features still being added.