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": [
"component"
],
"machine": "constructor",
"recipes": [
{
"input": {

View File

@ -2,6 +2,7 @@
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
@ -11,7 +12,6 @@
"output": {
"stator": 1
},
"machine": "assembler",
"crafting_time": 10,
"clicks": 3
}

View File

@ -1,5 +1,5 @@
{
"type": [ "machine" ],
"type": [ "special" ],
"machine": "_placement",
"power_usage": null,
"size": [ 54, 54, 118 ],