Module:Data/SynthesisCell/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/SynthesisCell/InInput/doc
return {
{
name = 'HotNeutroniumPlate1',
input = {
{'SynthesisCell', 2},
},
output = {
{'HotNeutroniumPlate', 1},
{'Cell', 1},
},
ticks = 200,
},
{
name = 'HotNeutroniumPlate2',
input = {
{'SynthesisCell', 1},
{'UltimateCatalyst', 1},
},
output = {
{'HotNeutroniumPlate', 1},
{'Cell', 1},
},
ticks = 200,
},
}