Initial commit for modpack switching to curseforge building.

This commit is contained in:
2025-08-24 00:46:04 -05:00
commit 8c34038fab
151 changed files with 5309 additions and 0 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
}