stack size k2 -- read setting

This commit is contained in:
Brevven 2021-01-18 00:47:41 -08:00
parent a7e8ab204f
commit 1201a09294
6 changed files with 16 additions and 5 deletions

View file

@ -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)
},
})