Module:Data/PyroplatiteDust/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'PyroplatiteOre', input = { {'PyroplatiteOre', 1}, }, output = { {'PyroplatiteDust', 1}, }, ticks = 180, tier = 4, }, { name = 'PyroplatiteDust', input = { {'PyroplatiteDust', 1}, }, output = { {'PyroplatiteDust', 1}, }, ticks = 50, tier = 4, }, { name = 'PyroplatiteOr..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'PyroplatiteOre', | name = 'PyroplatiteOre', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'PyroplatiteOre', 1}, | {'PyroplatiteOre', 1}, | ||
| Line 13: | Line 14: | ||
{ | { | ||
name = 'PyroplatiteDust', | name = 'PyroplatiteDust', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'PyroplatiteDust', 1}, | {'PyroplatiteDust', 1}, | ||
| Line 24: | Line 26: | ||
{ | { | ||
name = 'PyroplatiteOreDust', | name = 'PyroplatiteOreDust', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'PyroplatiteOreDust', 1}, | {'PyroplatiteOreDust', 1}, | ||
| Line 35: | Line 38: | ||
{ | { | ||
name = 'PyroplatiteOreImpureGravel', | name = 'PyroplatiteOreImpureGravel', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'PyroplatiteOreImpureGravel', 1}, | {'PyroplatiteOreImpureGravel', 1}, | ||
| Line 46: | Line 50: | ||
{ | { | ||
name = 'PyroplatiteOreGravel', | name = 'PyroplatiteOreGravel', | ||
machine = 'Smelter', | |||
input = { | input = { | ||
{'PyroplatiteOreGravel', 1}, | {'PyroplatiteOreGravel', 1}, | ||
| Line 57: | Line 62: | ||
{ | { | ||
name = 'SeparatorPyroplatiteOreDust', | name = 'SeparatorPyroplatiteOreDust', | ||
machine = 'Separator', | |||
input = { | input = { | ||
{'PyroplatiteOreDust', 1}, | {'PyroplatiteOreDust', 1}, | ||
| Line 69: | Line 75: | ||
{ | { | ||
name = 'PyroplatiteOreDust', | name = 'PyroplatiteOreDust', | ||
machine = 'ArcSmelter', | |||
input = { | input = { | ||
{'PyroplatiteOreDust', 1}, | {'PyroplatiteOreDust', 1}, | ||
Latest revision as of 10:37, 30 October 2025
Documentation for this module may be created at Module:Data/PyroplatiteDust/InOutput/doc
return {
{
name = 'PyroplatiteOre',
machine = 'Smelter',
input = {
{'PyroplatiteOre', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 180,
tier = 4,
},
{
name = 'PyroplatiteDust',
machine = 'Smelter',
input = {
{'PyroplatiteDust', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 50,
tier = 4,
},
{
name = 'PyroplatiteOreDust',
machine = 'Smelter',
input = {
{'PyroplatiteOreDust', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 75,
tier = 4,
},
{
name = 'PyroplatiteOreImpureGravel',
machine = 'Smelter',
input = {
{'PyroplatiteOreImpureGravel', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 120,
tier = 4,
},
{
name = 'PyroplatiteOreGravel',
machine = 'Smelter',
input = {
{'PyroplatiteOreGravel', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 120,
tier = 4,
},
{
name = 'SeparatorPyroplatiteOreDust',
machine = 'Separator',
input = {
{'PyroplatiteOreDust', 1},
},
output = {
{'PyroplatiteDust', 1},
{'GoldDust', 1},
},
ticks = 60,
tier = 4,
},
{
name = 'PyroplatiteOreDust',
machine = 'ArcSmelter',
input = {
{'PyroplatiteOreDust', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 120,
tier = 4,
},
}