stacked enriched titanium
This commit is contained in:
parent
22e41f7ab1
commit
864034d3d7
5 changed files with 12 additions and 1 deletions
|
|
@ -2,11 +2,17 @@
|
|||
if deadlock then
|
||||
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 32)
|
||||
deadlock.add_stack("titanium-plate", "__bztitanium__/graphics/icons/titanium-plate-stacked.png" , "deadlock-stacking-2", 64)
|
||||
if mods["Krastorio2"] then
|
||||
deadlock.add_stack("enriched-titanium", "__bztitanium__/graphics/icons/enriched-titanium-stacked.png" , "deadlock-stacking-2", 64)
|
||||
end
|
||||
end
|
||||
|
||||
-- Deadlock crating recipes
|
||||
if deadlock_crating then
|
||||
deadlock_crating.add_crate("titanium-ore", "deadlock-crating-2")
|
||||
deadlock_crating.add_crate("titanium-plate", "deadlock-crating-2")
|
||||
if mods["Krastorio2"] then
|
||||
deadlock_crating.add_crate("enriched-titanium", "deadlock-crating-2")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue