mirror of
https://asciireactor.com/factorio/adamo-nuclear.git
synced 2024-11-21 20:15:08 +00:00
15 lines
306 B
Lua
15 lines
306 B
Lua
|
data:extend({
|
||
|
{
|
||
|
name = "adamo-nuclear-recipe-trolling",
|
||
|
type = "bool-setting",
|
||
|
setting_type = "startup",
|
||
|
default_value = true,
|
||
|
order = "a"
|
||
|
},{
|
||
|
name = "adamo-nuclear-uranium-belt-recipe-override",
|
||
|
type = "bool-setting",
|
||
|
setting_type = "startup",
|
||
|
default_value = true,
|
||
|
order = "b"
|
||
|
}
|
||
|
})
|