mirror of
https://asciireactor.com/factorio/adamo-chemical.git
synced 2024-11-21 12:45:08 +00:00
Add silicon to crating.
This commit is contained in:
parent
6902e714dd
commit
c97f8d902d
@ -605,4 +605,7 @@ if deadlock_crating then
|
||||
deadlock_crating.add_crate(fluorite_item.name,"deadlock-crating-1")
|
||||
deadlock_crating.add_crate(cement_item.name,"deadlock-crating-1")
|
||||
deadlock_crating.add_crate(quartz_item.name,"deadlock-crating-1")
|
||||
end
|
||||
if data.raw.item["SiSi-silicon"] then
|
||||
deadlock_crating.add_crate("SiSi-silicon","deadlock-crating-1")
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user