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