recipes: correct machine and type labels

This commit is contained in:
Danny Robson 2019-04-28 18:59:17 +10:00
parent 455aaf7dbe
commit 988e66720a
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
"type": [ "type": [
"component" "component"
], ],
"machine": "constructor",
"recipes": [ "recipes": [
{ {
"input": { "input": {

View File

@ -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
} }

View File

@ -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 ],