items/quartz: add quartz related recipes
This commit is contained in:
parent
f560586900
commit
962fdbc633
21
data/recipes/items/components/crystal_oscillator.json
Normal file
21
data/recipes/items/components/crystal_oscillator.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
18
data/recipes/items/components/quartz_crystal.json
Normal file
18
data/recipes/items/components/quartz_crystal.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": [
|
||||
"component"
|
||||
],
|
||||
"machine": "constructor",
|
||||
"recipes": [
|
||||
{
|
||||
"input": {
|
||||
"quartz": 2
|
||||
},
|
||||
"output": {
|
||||
"quartz_crystal": 1
|
||||
},
|
||||
"crafting_time": 4,
|
||||
"clicks": 1
|
||||
}
|
||||
]
|
||||
}
|
11
data/recipes/items/resources/quartz.json
Normal file
11
data/recipes/items/resources/quartz.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": [ "resource" ],
|
||||
"machine": "miner",
|
||||
"recipes":
|
||||
[
|
||||
{
|
||||
"input": { },
|
||||
"output": { "quartz": 1 }
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user