Module:BoilerRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Boiling', ingredients = { {'Water', 50}, }, results = { }, time = 200, }, }" |
No edit summary |
||
Line 2: | Line 2: | ||
{ | { | ||
name = 'Boiling', | name = 'Boiling', | ||
input = { | |||
{'Water', 50}, | {'Water', 50}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 200, | |||
}, | }, | ||
} | } |
Latest revision as of 12:37, 31 July 2025
Documentation for this module may be created at Module:BoilerRecipeDictionary/doc