Module:Data/CoalOre/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'CoalOreToCoke', input = { {'CoalOre', 10}, }, output = { {'Coke', 20}, {'Creosote', 1000}, }, ticks = 1200, }, { name = 'CoalOre', input = { {'CoalOre', 1}, }, output = { {'Coal', 1}, }, ticks = 180, tier = 0, }, { name = 'HammerCoalOre', input = {..." |
(No difference)
|
Latest revision as of 20:06, 31 July 2025
Documentation for this module may be created at Module:Data/CoalOre/InInput/doc
return {
{
name = 'CoalOreToCoke',
input = {
{'CoalOre', 10},
},
output = {
{'Coke', 20},
{'Creosote', 1000},
},
ticks = 1200,
},
{
name = 'CoalOre',
input = {
{'CoalOre', 1},
},
output = {
{'Coal', 1},
},
ticks = 180,
tier = 0,
},
{
name = 'HammerCoalOre',
input = {
{'CoalOre', 1},
},
output = {
{'CoalOreImpureGravel', 1},
{'CoalOreImpureGravel', 1},
},
ticks = 100,
tier = 1,
},
{
name = 'CoalOre',
input = {
{'CoalOre', 1},
},
output = {
},
ticks = 720.0,
},
}