deadlock crating and stacking recipes
This commit is contained in:
parent
ac668b9019
commit
31cd5b74b3
10 changed files with 31 additions and 11 deletions
12
titanium-recipe-final-stacking.lua
Normal file
12
titanium-recipe-final-stacking.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
-- Deadlock stacking recipes
|
||||
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", 32)
|
||||
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")
|
||||
end
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue