]> git.seodisparate.com - TurnBasedMinecraftMod/commit
Change Config to add new entries in-place
authorStephen Seo <seo.disparate@gmail.com>
Tue, 5 Nov 2024 06:24:10 +0000 (15:24 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 5 Nov 2024 08:18:44 +0000 (17:18 +0900)
commitdfeb368222670cdc3378629f86abb4664287c8d4
tree6626c31612944bfc1cc8dca0c756686c54aa7ae1
parentd62ae7be349aaeedb4f33e91d7d29acf94fd39b0
Change Config to add new entries in-place

Now, if changes are added to the default Config, they should be appended
to the existing config file instead of replacing it. All missing values
will be populated with defaults as well.
src/main/java/com/burnedkirby/TurnBasedMinecraft/common/Config.java