stack size k2 -- read setting
This commit is contained in:
parent
a7e8ab204f
commit
1201a09294
6 changed files with 16 additions and 5 deletions
|
|
@ -81,7 +81,7 @@ data:extend({
|
|||
},
|
||||
subgroup = "raw-resource",
|
||||
order = "t-c-a",
|
||||
stack_size = (mods["Krastorio2"] and 200 or 50)
|
||||
stack_size = (mods["Krastorio2"] and util.get_k2_stack_size() or 50)
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue