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