k2 spaced out etc
This commit is contained in:
parent
d0e649a375
commit
c2f8c0af9f
11 changed files with 62 additions and 46 deletions
|
|
@ -2,7 +2,7 @@
|
|||
if deadlock and deadlock["add_stack"] then
|
||||
deadlock.add_stack("lead-ore", "__bzlead__/graphics/icons/stacked/lead-ore-stacked.png", "deadlock-stacking-1", 64)
|
||||
deadlock.add_stack("lead-plate", "__bzlead__/graphics/icons/stacked/lead-plate-stacked.png" , "deadlock-stacking-1", 64)
|
||||
if mods["Krastorio2"] then
|
||||
if util.k2() then
|
||||
deadlock.add_stack("enriched-lead", "__bzlead__/graphics/icons/stacked/enriched-lead-stacked.png" , "deadlock-stacking-1", 64)
|
||||
end
|
||||
if data.raw.item["lead-ingot"] then
|
||||
|
|
@ -14,7 +14,7 @@ end
|
|||
if deadlock_crating then
|
||||
deadlock_crating.add_crate("lead-ore", "deadlock-crating-1")
|
||||
deadlock_crating.add_crate("lead-plate", "deadlock-crating-1")
|
||||
if mods["Krastorio2"] then
|
||||
if util.k2() then
|
||||
deadlock_crating.add_crate("enriched-lead", "deadlock-crating-1")
|
||||
end
|
||||
if data.raw.item["lead-ingot"] then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue