Files
bigger-concrete-stack/settings.lua

45 lines
966 B
Lua
Raw Normal View History

2024-01-08 01:27:40 +01:00
data:extend({
{
type = "int-setting",
name = "bcs-concrete-stack-size",
setting_type = "startup",
default_value = 1000,
maximum_value = 2000,
minimum_value = 50
}
})
data:extend({
{
type = "int-setting",
name = "bcs-hazard-concrete-stack-size",
setting_type = "startup",
default_value = 1000,
maximum_value = 2000,
minimum_value = 50
}
})
data:extend({
{
type = "int-setting",
name = "bcs-refined-concrete-stack-size",
setting_type = "startup",
default_value = 1000,
maximum_value = 2000,
minimum_value = 50
}
})
data:extend({
{
type = "int-setting",
name = "bcs-refined-hazard-concrete-stack-size",
setting_type = "startup",
default_value = 1000,
maximum_value = 2000,
minimum_value = 50
}
})