Module:Data/IronDust/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'IronDustSmelting', input = { {'Coke', 10}, {'IronDust', 10}, }, output = { {'SteelPlate', 10}, }, ticks = 2000, }, { name = 'IronPlate', input = { {'IronDust', 10}, }, output = { {'IronPlate', 10}, }, ticks = 100, tier = 2, }, { name = 'SSCraft', input = {..." |
(No difference)
|
Latest revision as of 20:06, 31 July 2025
Documentation for this module may be created at Module:Data/IronDust/InInput/doc
return {
{
name = 'IronDustSmelting',
input = {
{'Coke', 10},
{'IronDust', 10},
},
output = {
{'SteelPlate', 10},
},
ticks = 2000,
},
{
name = 'IronPlate',
input = {
{'IronDust', 10},
},
output = {
{'IronPlate', 10},
},
ticks = 100,
tier = 2,
},
{
name = 'SSCraft',
input = {
{'IronDust', 4},
{'ChromiumDust', 1},
},
output = {
{'StainlessSteelDust', 4},
},
ticks = 400,
},
{
name = 'Steel',
input = {
{'IronDust', 10},
{'CoalDust', 5},
{'Oxygen', 1000},
},
output = {
{'SteelPlate', 10},
},
ticks = 200,
},
{
name = 'IronPlate',
input = {
{'IronDust', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 100,
},
}