update mods and crap
This commit is contained in:
parent
36a67aa1eb
commit
0ca3dbdf21
2 changed files with 4 additions and 5 deletions
|
@ -18,9 +18,7 @@ backups_dir = "/data/backups"
|
||||||
base_dir = "/host/srv"
|
base_dir = "/host/srv"
|
||||||
paths = [
|
paths = [
|
||||||
"smpxmc",
|
"smpxmc",
|
||||||
"vanilla",
|
"vanilla"
|
||||||
"smpxterraria",
|
|
||||||
"enneacraft"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# run pre-backup
|
# run pre-backup
|
||||||
|
|
|
@ -44,9 +44,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
MOTD: "vanilla server"
|
MOTD: "vanilla server"
|
||||||
TYPE: "vanilla"
|
TYPE: "FABRIC"
|
||||||
|
MODRINTH_PROJECTS: "fabric-api,lithium,phosphor,no-chat-reports,c2me-fabric,ferrite-core,spark"
|
||||||
VERSION: "1.19.4"
|
VERSION: "1.19.4"
|
||||||
OPS: ""
|
OPS: "vu9,sharpy_owo"
|
||||||
MAX_MEMORY: "20G"
|
MAX_MEMORY: "20G"
|
||||||
DIFFICULTY: "hard"
|
DIFFICULTY: "hard"
|
||||||
MAX_PLAYERS: "20"
|
MAX_PLAYERS: "20"
|
||||||
|
|
Reference in a new issue