Module:Data/Rapeseed/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Rapeseed', input = { {'Rapeseed', 2}, }, output = { {'Organics', 1}, }, ticks = 200, tier = 1, }, { name = 'Rapseed', input = { {'Rapeseed', 10}, }, output = { {'RapeseedOil', 800}, }, ticks = 200, }, }" |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Rapeseed', | name = 'Rapeseed', | ||
machine = 'Macerator', | |||
input = { | input = { | ||
{'Rapeseed', 2}, | {'Rapeseed', 2}, | ||
| Line 13: | Line 14: | ||
{ | { | ||
name = 'Rapseed', | name = 'Rapseed', | ||
machine = 'Fermenter', | |||
input = { | input = { | ||
{'Rapeseed', 10}, | {'Rapeseed', 10}, | ||
Latest revision as of 10:32, 30 October 2025
Documentation for this module may be created at Module:Data/Rapeseed/InInput/doc