Module:SeparatorRecipeDictionary
Documentation for this module may be created at Module:SeparatorRecipeDictionary/doc
return {
{
name = 'PlutoniumDust',
input = {
{'DepletedUraniumCell', 1},
},
output = {
{'Cell', 1},
{'PlutoniumDust', 1},
},
ticks = 400,
tier = 5,
},
{
name = 'Sand',
input = {
{'SandSurface', 1},
},
output = {
{'SiliconOxide', 1},
},
ticks = 100,
},
{
name = 'SiliconOxide',
input = {
{'SandSurface', 2},
},
output = {
{'SiliconOxide', 1},
},
ticks = 200,
},
}