-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodoverrides.lua
More file actions
executable file
·24 lines (23 loc) · 1006 Bytes
/
modoverrides.lua
File metadata and controls
executable file
·24 lines (23 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- Use this file to enable and configure your mods. The mod will only be available in the game
-- if you set "enabled=true"!!!
--
-- Also, during the container startup this file will be copied to both Master/ and Caves/ folders. What's setup here
-- will be available in both shards!
--
-- See the example below:
return {
-- ["workshop-000000000"]={
-- configuration_options={
-- ["CustomModSetting"]="value"
-- },
-- enabled=true
-- },
["workshop-378160973"]={ configuration_options={ }, enabled=true },
["workshop-501385076"]={ configuration_options={ }, enabled=true },
["workshop-462434129"]={ configuration_options={ }, enabled=true },
["workshop-1207269058"]={ configuration_options={ }, enabled=true },
["workshop-818624729"]={ configuration_options={ }, enabled=true },
["workshop-347079953"]={ configuration_options={ }, enabled=true },
["workshop-375850593"]={ configuration_options={ }, enabled=true },
["workshop-458940297"]={ configuration_options={ }, enabled=true }
}