mirror of
https://github.com/Mediosmanufactory/bigger-concrete-stack.git
synced 2026-01-11 10:48:42 +01:00
45 lines
966 B
Lua
45 lines
966 B
Lua
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
|
|
}
|
|
}) |