mirror of
https://github.com/Mediosmanufactory/bigger-concrete-stack.git
synced 2026-01-11 18:58:41 +01:00
Add files via upload
This commit is contained in:
45
settings.lua
Normal file
45
settings.lua
Normal file
@ -0,0 +1,45 @@
|
||||
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
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user