mirror of
https://github.com/Zenithsiz/logistic-belt-network.git
synced 2026-02-03 17:52:17 +00:00
12 lines
152 B
Lua
12 lines
152 B
Lua
-- Settings
|
|
|
|
data:extend({
|
|
{
|
|
type = "bool-setting",
|
|
name = "lbn:log",
|
|
setting_type = "startup",
|
|
default_value = false,
|
|
order = "",
|
|
},
|
|
})
|