Module:ArcSmelterRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'SandSurfaceSmelting', ingredients = { {'SandSurface', 10}, }, results = { {'Glass', 10}, }, time = 100, }, { name = 'CopperPlate', ingredients = { {'CopperDust', 10}, }, results = { {'CopperPlate', 10}, }, time = 100, tier = 0, }, { name = 'GoldPlate', ingredients = {..." |
Replaced content with "return { }" Tag: Replaced |
||
Line 1: | Line 1: | ||
return { | return { | ||
} | } |
Revision as of 12:22, 31 July 2025
Documentation for this module may be created at Module:ArcSmelterRecipeDictionary/doc