Module:Data/HotNeutroniumPlate/InOutput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/HotNeutroniumPlate/InOutput/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,
},
}