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