- Added
loadWithoutSave()
- Added
setDefault()
- Made a separate absolute path constructor
- Disambiguified some method names
- General code cleanups
- Minor fix to allow Tulip to run on all Minecraft versions.
- Changed the
load()
method to also save after loading config to ensure that properties are synced correctly
- Changed internal API methods
load()
andsave()
toloadUnsafe()
andsaveUnsafe()
- Added new
load()
andsave()
methods that handle file exceptions automatically
First version