k2 stack size fix

This commit is contained in:
Brevven 2021-03-06 22:24:24 -08:00
parent 44aaa9252f
commit 68962085cf
7 changed files with 17 additions and 7 deletions

View file

@ -81,7 +81,8 @@ data:extend({
},
subgroup = "raw-resource",
order = "t-c-a",
stack_size = (mods["Krastorio2"] and util.get_k2_stack_size() or 50)
stack_size = util.get_stack_size(50)
},
})
end