Updated mod defaults, and changed configs

This commit is contained in:
2025-08-24 00:07:02 -05:00
parent e79e0edf39
commit 650bee4032
104 changed files with 5226 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
{
// Default size of the underground structure (from 1 to 30)
"structureSize": 15,
// Maximum distance the structure pieces can be from the center (1 to 128)
"maxDistanceFromCenter": 116,
// Default size of the underground structure (from 1 to 30)
"waterstructureSize": 15,
// Maximum distance the structure pieces can be from the center (1 to 128)
"watermaxDistanceFromCenter": 116,
// Enable or disable the welcome message, Requires game restart after changing this setting.
"ENABLE_IN_GAME_MESSAGE": true
}