forked from Mugiwaxar/Mobile-Factory
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.lua
More file actions
32 lines (32 loc) · 700 Bytes
/
Copy pathsettings.lua
File metadata and controls
32 lines (32 loc) · 700 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
25
26
27
28
29
30
31
32
data:extend({
{
type = "string-setting",
name = "MF-first-MF",
setting_type = "startup",
default_value = "player creation",
allowed_values = {"player creation", "craft"},
order = "aga" -- general, at the top
},
{
type = "string-setting",
name = "MF-lab-science-packs",
setting_type = "startup",
default_value = "all",
allowed_values = {"all", "add vanilla", "dimensional only"},
order = "agb"
},
-- {
-- type = "bool-setting",
-- name = "MF-enable-erya",
-- setting_type = "startup",
-- default_value = true,
-- order = "agc"
-- },
{
type = "bool-setting",
name = "MF-initial-research-complete",
setting_type = "startup",
default_value = true,
order = "agd"
}
})