Merge branch 'master' of https://git.alex-lab.su/Aleksei-bird/Factorio-Paranoidal_mod
This commit is contained in:
19
robot-recall-fixed/settings.lua
Normal file
19
robot-recall-fixed/settings.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
data:extend({
|
||||
{
|
||||
name = "recall-speed-modifier",
|
||||
type = "double-setting",
|
||||
setting_type = "runtime-global",
|
||||
default_value = 1,
|
||||
minimum_value = 0.1,
|
||||
maximum_value = 100
|
||||
},
|
||||
|
||||
{
|
||||
name = "recall-chest-size",
|
||||
type = "int-setting",
|
||||
setting_type = "startup",
|
||||
default_value = 40,
|
||||
minimum_value = 1,
|
||||
maximum_value = 320
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user