Skip to content

Commit 22e5261

Browse files
authored
Disabled Default Mods
Disabled defautl mod list
1 parent 0db138b commit 22e5261

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

charts/factorio-server-charts/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,18 @@ persistence:
9393
mods:
9494
enabled: false
9595
# in order to use the mods portal you will need to specify the username and token in the server_settings.
96-
portal:
97-
- Krastorio2
98-
- StorageTank2_Updated
99-
- early-robots
96+
portal: []
97+
# - Krastorio2
98+
# - StorageTank2_Updated
99+
# - early-robots
100100
# unofficial section is meant to just allow you to download and place folders into the mods folder.
101101
# we will not check version compatibility automatically with these downloads.
102102
# you can encounter an error if the file names dont match what the mod is expecting for example
103103
#Error Util.cpp:83: Failed to load mod "Squeak-Through": Filename of mod
104104
# /factorio/mods/Squeak-Through.zip doesn't match the expected Squeak Through_1.8.2.zip (case sensitive!)
105-
unofficial:
106-
- url: "https://github.com/Suprcheese/Squeak-Through/archive/refs/tags/1.8.2.zip"
107-
name: "Squeak Through_1.8.2.zip"
105+
unofficial: []
106+
# - url: "https://github.com/Suprcheese/Squeak-Through/archive/refs/tags/1.8.2.zip"
107+
# name: "Squeak Through_1.8.2.zip"
108108

109109
factorioServer:
110110
# specify a save name

0 commit comments

Comments
 (0)