adamo-chemical/settings.lua

40 lines
860 B
Lua
Raw Normal View History

2020-05-21 11:36:04 +00:00
data:extend({
{
name = "adamo-chemical-screener",
type = "string-setting",
setting_type = "startup",
default_value = "community-screener",
order = "a"
},
{
name = "adamo-chemical-still",
type = "string-setting",
setting_type = "startup",
default_value = "adamo-cinefaction-still",
order = "c"
},
{
name = "adamo-chemical-kiln",
type = "string-setting",
setting_type = "startup",
default_value = "community-kiln",
order = "e"
},
{
name = "adamo-chemical-reactor",
type = "string-setting",
setting_type = "startup",
default_value = "adamo-cinefaction-reaction-kettle",
order = "g"
},
{
name = "adamo-chemical-mixer",
type = "string-setting",
setting_type = "startup",
default_value = "community-mixer",
order = "j"
},
})