Module:SmelterRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
Replaced content with "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..." Tag: Replaced |
No edit summary |
||
Line 1: | Line 1: | ||
return { | return { | ||
{ | { | ||
name = ' | name = 'Glass', | ||
input = { | |||
{' | {'SandSurface', 1}, | ||
}, | }, | ||
output = { | |||
{' | {'Glass', 1}, | ||
}, | }, | ||
ticks = 100, | |||
}, | }, | ||
} | } |
Revision as of 12:37, 31 July 2025
Documentation for this module may be created at Module:SmelterRecipeDictionary/doc