science overhaul WIP
This commit is contained in:
parent
9026578fea
commit
41fc61168f
30 changed files with 243 additions and 2 deletions
14
settings.lua
14
settings.lua
|
@ -124,4 +124,18 @@ data:extend({
|
|||
default_value = true,
|
||||
order = 'i-c',
|
||||
},
|
||||
{
|
||||
name = 'retexture_science',
|
||||
type = 'bool-setting',
|
||||
setting_type = 'startup',
|
||||
default_value = true,
|
||||
order = 'i-d',
|
||||
},
|
||||
{
|
||||
name = 'overhaul_science',
|
||||
type = 'bool-setting',
|
||||
setting_type = 'startup',
|
||||
default_value = false,
|
||||
order = 'i-d',
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue