mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 21:35:09 +00:00
feat(bioyond): 调整反应器位置配置,统一坐标格式
This commit is contained in:
@@ -14,7 +14,11 @@
|
|||||||
],
|
],
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"class": "reaction_station.bioyond",
|
"class": "reaction_station.bioyond",
|
||||||
"position": {"x": 0, "y": 3800, "z": 0},
|
"position": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"z": 0
|
||||||
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"config": {
|
"config": {
|
||||||
"api_key": "DE9BDDA0",
|
"api_key": "DE9BDDA0",
|
||||||
@@ -81,7 +85,11 @@
|
|||||||
"parent": "reaction_station_bioyond",
|
"parent": "reaction_station_bioyond",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"class": "reaction_station.reactor",
|
"class": "reaction_station.reactor",
|
||||||
"position": {"x": 1150, "y": 380, "z": 0},
|
"position": {
|
||||||
|
"x": 1150,
|
||||||
|
"y": 380,
|
||||||
|
"z": 0
|
||||||
|
},
|
||||||
"config": {},
|
"config": {},
|
||||||
"data": {}
|
"data": {}
|
||||||
},
|
},
|
||||||
@@ -92,7 +100,11 @@
|
|||||||
"parent": "reaction_station_bioyond",
|
"parent": "reaction_station_bioyond",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"class": "reaction_station.reactor",
|
"class": "reaction_station.reactor",
|
||||||
"position": {"x": 1365, "y": 380, "z": 0},
|
"position": {
|
||||||
|
"x": 1365,
|
||||||
|
"y": 380,
|
||||||
|
"z": 0
|
||||||
|
},
|
||||||
"config": {},
|
"config": {},
|
||||||
"data": {}
|
"data": {}
|
||||||
},
|
},
|
||||||
@@ -103,7 +115,11 @@
|
|||||||
"parent": "reaction_station_bioyond",
|
"parent": "reaction_station_bioyond",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"class": "reaction_station.reactor",
|
"class": "reaction_station.reactor",
|
||||||
"position": {"x": 1580, "y": 380, "z": 0},
|
"position": {
|
||||||
|
"x": 1580,
|
||||||
|
"y": 380,
|
||||||
|
"z": 0
|
||||||
|
},
|
||||||
"config": {},
|
"config": {},
|
||||||
"data": {}
|
"data": {}
|
||||||
},
|
},
|
||||||
@@ -114,7 +130,11 @@
|
|||||||
"parent": "reaction_station_bioyond",
|
"parent": "reaction_station_bioyond",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"class": "reaction_station.reactor",
|
"class": "reaction_station.reactor",
|
||||||
"position": {"x": 1790, "y": 380, "z": 0},
|
"position": {
|
||||||
|
"x": 1790,
|
||||||
|
"y": 380,
|
||||||
|
"z": 0
|
||||||
|
},
|
||||||
"config": {},
|
"config": {},
|
||||||
"data": {}
|
"data": {}
|
||||||
},
|
},
|
||||||
@@ -125,7 +145,11 @@
|
|||||||
"parent": "reaction_station_bioyond",
|
"parent": "reaction_station_bioyond",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"class": "reaction_station.reactor",
|
"class": "reaction_station.reactor",
|
||||||
"position": {"x": 2010, "y": 380, "z": 0},
|
"position": {
|
||||||
|
"x": 2010,
|
||||||
|
"y": 380,
|
||||||
|
"z": 0
|
||||||
|
},
|
||||||
"config": {},
|
"config": {},
|
||||||
"data": {}
|
"data": {}
|
||||||
},
|
},
|
||||||
@@ -138,7 +162,7 @@
|
|||||||
"class": "BIOYOND_PolymerReactionStation_Deck",
|
"class": "BIOYOND_PolymerReactionStation_Deck",
|
||||||
"position": {
|
"position": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 3800,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
|||||||
Reference in New Issue
Block a user