update: automodpack

This commit is contained in:
snusxd
2026-04-05 13:08:45 +03:00
commit 5fa8d3277d
6090 changed files with 682709 additions and 0 deletions

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,11 @@
{
"DO_NOT_CHANGE_IT": 2,
"selectedModpack": "",
"installedModpacks": {},
"updateSelectedModpackOnLaunch": true,
"selfUpdater": false,
"syncAutoModpackVersion": true,
"syncLoaderVersion": true,
"playMusic": true,
"allowRemoteNonModpackDeletions": true
}

View File

@@ -0,0 +1,39 @@
{
"DO_NOT_CHANGE_IT": 2,
"modpackName": "",
"modpackHost": true,
"generateModpackOnStart": true,
"syncedFiles": [
"!/kubejs/server_scripts/**",
"/mods/*.jar",
"/kubejs/**",
"/emotes/*"
],
"allowEditsInFiles": [
"/config/**",
"/options.txt"
],
"forceCopyFilesToStandardLocation": [],
"nonModpackFilesToDelete": {},
"autoExcludeServerSideMods": true,
"autoExcludeUnnecessaryFiles": true,
"requireAutoModpackOnClient": true,
"nagUnModdedClients": true,
"nagMessage": "This server provides dedicated modpack through AutoModpack!",
"nagClickableMessage": "Click here to get the AutoModpack!",
"nagClickableLink": "https://modrinth.com/project/automodpack",
"bindAddress": "",
"bindPort": -1,
"addressToSend": "",
"portToSend": -1,
"disableInternalTLS": false,
"requireMagicPackets": false,
"updateIpsOnEveryStart": false,
"bandwidthLimit": 0,
"validateSecrets": true,
"secretLifetime": 336,
"selfUpdater": false,
"acceptedLoaders": [
"fabric"
]
}