]> 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:17:22 +0000 (17:17 +0900)
commit9eac13c79f567394b3fdb1fc84dbd8550c23573c
treee24dd02f7b0c9bc5075605d828573761e2399f78
parent4c3739a1118905e44856f3e2907b1b233e64fc20
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