recipes: add alclad derived components
This commit is contained in:
parent
55e836950f
commit
9620129c47
18
data/recipes/items/components/alclad_aluminum_sheet.json
Normal file
18
data/recipes/items/components/alclad_aluminum_sheet.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"type": [
|
||||||
|
"component"
|
||||||
|
],
|
||||||
|
"machine": "assembler",
|
||||||
|
"recipes": [
|
||||||
|
{
|
||||||
|
"input": {
|
||||||
|
"aluminum_ingot": 12,
|
||||||
|
"copper_ingot": 2
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"alclad_aluminum_sheet": 3
|
||||||
|
},
|
||||||
|
"crafting_time": 12
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"type": [
|
|
||||||
"component"
|
|
||||||
],
|
|
||||||
"machine": "constructor",
|
|
||||||
"stack_size": 100,
|
|
||||||
"recipes": [
|
|
||||||
{
|
|
||||||
"input": {
|
|
||||||
"aluminum_ingot": 1
|
|
||||||
},
|
|
||||||
"output": {
|
|
||||||
"aluminum_sheet": 1
|
|
||||||
},
|
|
||||||
"crafting_time": 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
20
data/recipes/items/components/battery.json
Normal file
20
data/recipes/items/components/battery.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"type": [
|
||||||
|
"component"
|
||||||
|
],
|
||||||
|
"machine": "manufacturer",
|
||||||
|
"recipes": [
|
||||||
|
{
|
||||||
|
"input": {
|
||||||
|
"alclad_aluminum_sheet": 8,
|
||||||
|
"wire": 24,
|
||||||
|
"sulfur": 20,
|
||||||
|
"plastic": 9
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"batter": 3
|
||||||
|
},
|
||||||
|
"crafting_time": 32
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -7,13 +7,24 @@
|
|||||||
"recipes": [
|
"recipes": [
|
||||||
{
|
{
|
||||||
"input": {
|
"input": {
|
||||||
"aluminum_sheet": 4,
|
"alclad_aluminum_sheet": 4,
|
||||||
"rubber": 10
|
"rubber": 10
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"heat_sink": 1
|
"heat_sink": 1
|
||||||
},
|
},
|
||||||
"crafting_time": 12
|
"crafting_time": 12
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"input": {
|
||||||
|
"alclad_aluminum_sheet": 8,
|
||||||
|
"wire": 36
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"heat_sink": 3
|
||||||
|
},
|
||||||
|
"crafting_time": 24,
|
||||||
|
"requires": "alternative_heat_sink"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user