mirror of
https://asciireactor.com/factorio/adamo-chemical.git
synced 2024-11-21 22:15:08 +00:00
40 lines
860 B
Lua
40 lines
860 B
Lua
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"
|
|
},
|
|
})
|
|
|
|
|