recipes/resources: add resource recipes

This commit is contained in:
Danny Robson 2019-04-27 18:51:04 +10:00
parent 3a48ce287f
commit de187847d7
5 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,7 @@
[
{
"input": { },
"output": { "caterium_ore": 1 },
"machine": "miner"
}
]

View File

@ -0,0 +1,7 @@
[
{
"input": { },
"output": { "coal": 1 },
"machine": "miner"
}
]

View File

@ -0,0 +1,7 @@
[
{
"input": { },
"output": { "copper_ore": 1 },
"machine": "miner"
}
]

View File

@ -0,0 +1,7 @@
[
{
"input": { },
"output": { "crude_oil": 1 },
"machine": "oil_pump"
}
]

View File

@ -0,0 +1,7 @@
[
{
"input": { },
"output": { "iron_ore": 1 },
"machine": "miner"
}
]