items/quartz: add quartz related recipes

This commit is contained in:
Danny Robson 2019-05-03 11:27:50 +10:00
parent f560586900
commit 962fdbc633
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"type": [
"component"
],
"machine": "manufacturer",
"stack_size": 100,
"recipes": [
{
"input": {
"quartz_crystal": 10,
"cable": 14,
"reinforced_iron_plate": 4
},
"output": {
"crystal_oscillator": 1
},
"crafting_time": 32,
"clicks": 8
}
]
}

View File

@ -0,0 +1,18 @@
{
"type": [
"component"
],
"machine": "constructor",
"recipes": [
{
"input": {
"quartz": 2
},
"output": {
"quartz_crystal": 1
},
"crafting_time": 4,
"clicks": 1
}
]
}

View File

@ -0,0 +1,11 @@
{
"type": [ "resource" ],
"machine": "miner",
"recipes":
[
{
"input": { },
"output": { "quartz": 1 }
}
]
}