Module:DrillingRigRecipeDictionary
Documentation for this module may be created at Module:DrillingRigRecipeDictionary/doc
return {
{
name = 'ChalcopyriteOre',
machine = 'DrillingRig',
input = {
},
output = {
{'ChalcopyriteOre', 1},
},
ticks = 60,
},
{
name = 'PyriteOre',
machine = 'DrillingRig',
input = {
},
output = {
{'PyriteOre', 1},
},
ticks = 60,
},
{
name = 'MalachiteOre',
machine = 'DrillingRig',
input = {
},
output = {
{'MalachiteOre', 1},
},
ticks = 60,
},
{
name = 'MagnetiteOre',
machine = 'DrillingRig',
input = {
},
output = {
{'MagnetiteOre', 1},
},
ticks = 60,
},
{
name = 'BauxiteOre',
machine = 'DrillingRig',
input = {
},
output = {
{'BauxiteOre', 1},
},
ticks = 60,
},
{
name = 'RubyOre',
machine = 'DrillingRig',
input = {
},
output = {
{'RubyOre', 1},
},
ticks = 60,
},
{
name = 'CinnabarOre',
machine = 'DrillingRig',
input = {
},
output = {
{'CinnabarOre', 1},
},
ticks = 60,
},
{
name = 'ThorianiteOre',
machine = 'DrillingRig',
input = {
},
output = {
{'ThorianiteOre', 1},
},
ticks = 60,
},
{
name = 'PyroplatiteOre',
machine = 'DrillingRig',
input = {
},
output = {
{'PyroplatiteOre', 1},
},
ticks = 60,
},
{
name = 'CoalOre',
machine = 'DrillingRig',
input = {
},
output = {
{'CoalOre', 1},
},
ticks = 60,
},
}