Wolf Armor and Storage Legacy

Wolf Armor and Storage Legacy

17M Downloads

[1.12] Refactor configuration settings framework

satyrnidae opened this issue ยท 0 comments

commented

Description
A feature is desired that will allow the client and server distributions to synchronize certain settings for the mod that may otherwise cause problems for clients and servers with disagreeing configuration settings. Additionally, this refactor will streamline the process of adding new configuration values by providing base implementations that will handle much of the heavy lifting behind the scenes, and with as little duplicated code as possible. Lastly, this feature will restructure the configuration GUI to be more visually descriptive, such as by displaying imagery showing the results of the changes the user is making. Particularly this would be best utilized with the wolf backpack sizing controls, as the current default controls don't offer the best representation of the change as it occurs.

Anticipated Changes

  • New structures to be implemented to wrap and extend the functionality of Forge configuration values
  • New GUI components required for displaying wolf backpack size

Additional Notes
Data flow:
image