11 lines
187 B
Lua
11 lines
187 B
Lua
data:extend(
|
|
{
|
|
{
|
|
type = "bool-setting",
|
|
name = "lootingspaceshipwrecks-bonus-start-items",
|
|
setting_type = "runtime-global",
|
|
default_value = true,
|
|
order = "a"
|
|
}
|
|
})
|