k2 spaced out, etc
This commit is contained in:
parent
64e991bbe0
commit
63324114b2
11 changed files with 22 additions and 19 deletions
|
|
@ -5,7 +5,7 @@ local util = require("__bztitanium__.data-util");
|
|||
if deadlock and deadlock["add_stack"] then
|
||||
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/stacked/titanium-ore-stacked.png", "deadlock-stacking-2", 64)
|
||||
deadlock.add_stack(util.me.titanium_plate, "__bztitanium__/graphics/icons/stacked/titanium-plate-stacked.png" , "deadlock-stacking-2", 64)
|
||||
if mods["Krastorio2"] then
|
||||
if util.k2() then
|
||||
deadlock.add_stack("enriched-titanium", "__bztitanium__/graphics/icons/stacked/enriched-titanium-stacked.png" , "deadlock-stacking-2", 64)
|
||||
end
|
||||
if data.raw.item["titanium-ingot"] then
|
||||
|
|
@ -17,7 +17,7 @@ end
|
|||
if deadlock_crating then
|
||||
deadlock_crating.add_crate("titanium-ore", "deadlock-crating-2")
|
||||
deadlock_crating.add_crate(util.me.titanium_plate, "deadlock-crating-2")
|
||||
if mods["Krastorio2"] then
|
||||
if util.k2() then
|
||||
deadlock_crating.add_crate("enriched-titanium", "deadlock-crating-2")
|
||||
end
|
||||
if data.raw.item["titanium-ingot"] then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue