Module:SmelterRecipeDictionary
Documentation for this module may be created at Module:SmelterRecipeDictionary/doc
return {
{
name = 'CopperPlate',
input = {
{'CopperDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 100,
},
{
name = 'GoldPlate',
input = {
{'GoldDust', 1},
},
output = {
{'GoldPlate', 1},
},
ticks = 100,
},
{
name = 'IronPlate',
input = {
{'IronDust', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 100,
},
}