-
Notifications
You must be signed in to change notification settings - Fork 0
Home
CrazedAerialCable edited this page Jan 20, 2024
·
7 revisions
A simple library for saving and reading config for items in MC Forge with use of JSON.
- Reading and saving config values from and to a config file in json format.
- Auto-recreating config file from set default values if the config is deleted.
- Auto-recreating values for entire missing items in config file (i.e. when new item is added).
- Auto-recreating values for items' fields values (i.e. when you want to reset damage value of a weapon).
- Changing the location and name of the config file (extension can be only json tho).
What I am aware of and can think of and can do something about in the future:
- For now everything is put in one config file.
- You cannot change the path to the config file itself. It will just land in the config folder itself.