recipes: correct machine and type labels
This commit is contained in:
parent
455aaf7dbe
commit
988e66720a
@ -2,6 +2,7 @@
|
|||||||
"type": [
|
"type": [
|
||||||
"component"
|
"component"
|
||||||
],
|
],
|
||||||
|
"machine": "constructor",
|
||||||
"recipes": [
|
"recipes": [
|
||||||
{
|
{
|
||||||
"input": {
|
"input": {
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"type": [
|
"type": [
|
||||||
"component"
|
"component"
|
||||||
],
|
],
|
||||||
|
"machine": "assembler",
|
||||||
"recipes": [
|
"recipes": [
|
||||||
{
|
{
|
||||||
"input": {
|
"input": {
|
||||||
@ -11,7 +12,6 @@
|
|||||||
"output": {
|
"output": {
|
||||||
"stator": 1
|
"stator": 1
|
||||||
},
|
},
|
||||||
"machine": "assembler",
|
|
||||||
"crafting_time": 10,
|
"crafting_time": 10,
|
||||||
"clicks": 3
|
"clicks": 3
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": [ "machine" ],
|
"type": [ "special" ],
|
||||||
"machine": "_placement",
|
"machine": "_placement",
|
||||||
"power_usage": null,
|
"power_usage": null,
|
||||||
"size": [ 54, 54, 118 ],
|
"size": [ 54, 54, 118 ],
|
||||||
|
Loading…
Reference in New Issue
Block a user