Add silicon to crating.

This commit is contained in:
Adamo 2023-12-20 18:39:22 -05:00
parent 6902e714dd
commit c97f8d902d
Signed by: Otho
GPG Key ID: 41B5569B22EAAA7A

View File

@ -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")
if data.raw.item["SiSi-silicon"] then
deadlock_crating.add_crate("SiSi-silicon","deadlock-crating-1")
end
end