Add setting to make the lumber mill electric
This commit is contained in:
parent
3115b51e4e
commit
bb624c1159
9 changed files with 108 additions and 69 deletions
|
|
@ -99,11 +99,18 @@ data:extend({
|
|||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "lignumis-sciences-spoil",
|
||||
name = "lignumis-electric-lumber-mill",
|
||||
setting_type = "startup",
|
||||
default_value = false,
|
||||
order = "o"
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "lignumis-sciences-spoil",
|
||||
setting_type = "startup",
|
||||
default_value = false,
|
||||
order = "p"
|
||||
},
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "lignumis-second-planet",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue