k2 stack size fix
This commit is contained in:
parent
44aaa9252f
commit
68962085cf
7 changed files with 17 additions and 7 deletions
|
|
@ -59,7 +59,7 @@ data:extend(
|
|||
icon_size = 64,
|
||||
subgroup = "raw-material",
|
||||
order = "b[titanium-plate]",
|
||||
stack_size = (mods["Krastorio2"] and util.get_k2_stack_size() or 100)
|
||||
stack_size = util.get_stack_size(100)
|
||||
},
|
||||
{
|
||||
type = "technology",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue