Module:DrillingRigRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'ChalcopyriteOre', input = { }, output = { {'ChalcopyriteOre', 1}, }, ticks = 60, }, { name = 'MalachiteOre', input = { }, output = { {'MalachiteOre', 1}, }, ticks = 60, }, { name = 'PyriteOre', input = { }, output = { {'PyriteOre', 1}, }, ticks = 60, }..." |
(No difference)
|
Latest revision as of 19:33, 17 October 2025
Documentation for this module may be created at Module:DrillingRigRecipeDictionary/doc
return {
{
name = 'ChalcopyriteOre',
input = {
},
output = {
{'ChalcopyriteOre', 1},
},
ticks = 60,
},
{
name = 'MalachiteOre',
input = {
},
output = {
{'MalachiteOre', 1},
},
ticks = 60,
},
{
name = 'PyriteOre',
input = {
},
output = {
{'PyriteOre', 1},
},
ticks = 60,
},
{
name = 'MagnetiteOre',
input = {
},
output = {
{'MagnetiteOre', 1},
},
ticks = 60,
},
{
name = 'BauxiteOre',
input = {
},
output = {
{'BauxiteOre', 1},
},
ticks = 60,
},
{
name = 'RubyOre',
input = {
},
output = {
{'RubyOre', 1},
},
ticks = 60,
},
{
name = 'CinnabarOre',
input = {
},
output = {
{'CinnabarOre', 1},
},
ticks = 60,
},
{
name = 'ThorianiteOre',
input = {
},
output = {
{'ThorianiteOre', 1},
},
ticks = 60,
},
{
name = 'PyroplatiteOre',
input = {
},
output = {
{'PyroplatiteOre', 1},
},
ticks = 60,
},
{
name = 'CoalOre',
input = {
},
output = {
{'CoalOre', 1},
},
ticks = 60,
},
}