Add solar tracker electronics to the circuit printer (#17637)

This commit is contained in:
Nim
2023-06-26 06:04:06 +03:00
committed by GitHub
parent 4c8965ac32
commit 25d459ac7d
3 changed files with 10 additions and 0 deletions

View File

@@ -269,6 +269,7 @@
- SurveillanceWirelessCameraAnchoredCircuitboard - SurveillanceWirelessCameraAnchoredCircuitboard
- HydroponicsTrayMachineCircuitboard - HydroponicsTrayMachineCircuitboard
- SolarControlComputerCircuitboard - SolarControlComputerCircuitboard
- SolarTrackerElectronics
- PowerComputerCircuitboard - PowerComputerCircuitboard
- AutolatheMachineCircuitboard - AutolatheMachineCircuitboard
- ProtolatheMachineCircuitboard - ProtolatheMachineCircuitboard

View File

@@ -469,6 +469,14 @@
Steel: 100 Steel: 100
Glass: 900 Glass: 900
- type: latheRecipe
id: SolarTrackerElectronics
result: SolarTrackerElectronics
completetime: 4
materials:
Steel: 150
Glass: 600
- type: latheRecipe - type: latheRecipe
id: PowerComputerCircuitboard id: PowerComputerCircuitboard
result: PowerComputerCircuitboard result: PowerComputerCircuitboard

View File

@@ -68,6 +68,7 @@
- GeneratorUraniumMachineCircuitboard - GeneratorUraniumMachineCircuitboard
- PowerComputerCircuitboard #the actual solar panel itself should be in here - PowerComputerCircuitboard #the actual solar panel itself should be in here
- SolarControlComputerCircuitboard - SolarControlComputerCircuitboard
- SolarTrackerElectronics
- EmitterCircuitboard - EmitterCircuitboard
- type: technology - type: technology