recipes/resources: add resource recipes
This commit is contained in:
parent
3a48ce287f
commit
de187847d7
7
data/recipes/resources/caterium_ore.json
Normal file
7
data/recipes/resources/caterium_ore.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"input": { },
|
||||
"output": { "caterium_ore": 1 },
|
||||
"machine": "miner"
|
||||
}
|
||||
]
|
7
data/recipes/resources/coal.json
Normal file
7
data/recipes/resources/coal.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"input": { },
|
||||
"output": { "coal": 1 },
|
||||
"machine": "miner"
|
||||
}
|
||||
]
|
7
data/recipes/resources/copper_ore.json
Normal file
7
data/recipes/resources/copper_ore.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"input": { },
|
||||
"output": { "copper_ore": 1 },
|
||||
"machine": "miner"
|
||||
}
|
||||
]
|
7
data/recipes/resources/crude_oil.json
Normal file
7
data/recipes/resources/crude_oil.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"input": { },
|
||||
"output": { "crude_oil": 1 },
|
||||
"machine": "oil_pump"
|
||||
}
|
||||
]
|
7
data/recipes/resources/iron_ore.json
Normal file
7
data/recipes/resources/iron_ore.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"input": { },
|
||||
"output": { "iron_ore": 1 },
|
||||
"machine": "miner"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user