Remove some unneeded MaterialStorage (#12024)

This commit is contained in:
corentt
2022-10-23 00:41:08 +02:00
committed by GitHub
parent b798924f12
commit e5a0e9a758
4 changed files with 0 additions and 4 deletions

View File

@@ -26,7 +26,6 @@
acts: ["Destruction"] acts: ["Destruction"]
- type: Machine - type: Machine
board: ChemDispenserMachineCircuitboard board: ChemDispenserMachineCircuitboard
- type: MaterialStorage
- type: Wires - type: Wires
BoardName: "chem_dispenser" BoardName: "chem_dispenser"
LayoutId: chem_dispenser LayoutId: chem_dispenser

View File

@@ -64,7 +64,6 @@
LayoutId: chem_master LayoutId: chem_master
- type: Machine - type: Machine
board: ChemMasterMachineCircuitboard board: ChemMasterMachineCircuitboard
- type: MaterialStorage
- type: ContainerContainer - type: ContainerContainer
containers: containers:
beakerSlot: !type:ContainerSlot beakerSlot: !type:ContainerSlot

View File

@@ -55,7 +55,6 @@
acts: ["Destruction"] acts: ["Destruction"]
- type: Machine - type: Machine
board: MedicalScannerMachineCircuitboard board: MedicalScannerMachineCircuitboard
- type: MaterialStorage
- type: Wires - type: Wires
BoardName: "MedicalScanner" BoardName: "MedicalScanner"
LayoutId: MedicalScanner LayoutId: MedicalScanner

View File

@@ -78,7 +78,6 @@
acts: ["Destruction"] acts: ["Destruction"]
- type: Machine - type: Machine
board: HydroponicsTrayMachineCircuitboard board: HydroponicsTrayMachineCircuitboard
- type: MaterialStorage
- type: Wires - type: Wires
BoardName: "HydroponicsTray" BoardName: "HydroponicsTray"
LayoutId: HydroponicsTray LayoutId: HydroponicsTray