-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.lua
More file actions
37 lines (37 loc) · 819 Bytes
/
Copy pathsettings.lua
File metadata and controls
37 lines (37 loc) · 819 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
33
34
35
36
37
data:extend({
{
type = "bool-setting",
name = "lasingaround-allow-gubbins-in-mill",
setting_type = "startup",
default_value = true,
order = "a"
},
{
type = "bool-setting",
name = "lasingaround-allow-circuits-in-mill",
setting_type = "startup",
default_value = true,
order = "b"
},
{
type = "bool-setting",
name = "lasingaround-allow-entities-in-mill",
setting_type = "startup",
default_value = true,
order = "c"
},
{
type = "bool-setting",
name = "lasingaround-hide-duplicate-recipes",
setting_type = "startup",
default_value = true,
order = "d"
},
{
type = "bool-setting",
name = "lasingaround-k2-advanced-assembler-can-laser-mill",
setting_type = "startup",
default_value = true,
order = "e"
}
})