forked from cacklingfiend/lignumis
Improve transition to Nauvis
This commit is contained in:
parent
64cc5ebf3c
commit
b024d89336
8 changed files with 85 additions and 10 deletions
16
lignumis/settings.lua
Normal file
16
lignumis/settings.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
data:extend({
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "lignumis-belt-progression",
|
||||
setting_type = "startup",
|
||||
default_value = true,
|
||||
order = "a"
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "lignumis-inserter-progression",
|
||||
setting_type = "startup",
|
||||
default_value = true,
|
||||
order = "b"
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue