K2 SE 0.6
This commit is contained in:
parent
70a3092d35
commit
ecd3d62c70
2 changed files with 87 additions and 82 deletions
|
|
@ -8,6 +8,9 @@ if deadlock then
|
|||
if mods["Krastorio2"] 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
|
||||
deadlock.add_stack("titanium-ingot", nil, "deadlock-stacking-2", nil)
|
||||
end
|
||||
end
|
||||
|
||||
-- Deadlock crating recipes
|
||||
|
|
@ -17,5 +20,8 @@ if deadlock_crating then
|
|||
if mods["Krastorio2"] then
|
||||
deadlock_crating.add_crate("enriched-titanium", "deadlock-crating-2")
|
||||
end
|
||||
if data.raw.item["titanium-ingot"] then
|
||||
deadlock_crating.add_crate("titanium-ingot", "deadlock-crating-2")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue