Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fix biogenerator and cutter machine board not accepting modular compo… (
Browse files Browse the repository at this point in the history
new-frontiers-14#2285)

* Fix biogenerator and cutter machine board not accepting modular components when placed into a machine frame

* Add missing comments to biogenerator and cutter machine board "recipes" to achieve parity with other machine board recipes.

* Update production.yml

---------

Co-authored-by: Dvir <[email protected]>
  • Loading branch information
KieueCaprie and dvir001 authored Oct 19, 2024
1 parent e22eb60 commit 70a4186
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
state: service
- type: MachineBoard
prototype: Biogenerator
stackRequirements:
MatterBin: 2
requirements: # Frontier
MatterBin: 2 # Frontier stackRequirements<requirements
tagRequirements:
GlassBeaker:
amount: 1
Expand Down Expand Up @@ -1287,9 +1287,10 @@
components:
- type: MachineBoard
prototype: StationAnchor
requirements: # Frontier
Capacitor: 4 # Frontier stackRequirements<requirements
MatterBin: 3 # Frontier stackRequirements<requirements
stackRequirements:
Capacitor: 4
MatterBin: 3
Steel: 10
Glass: 5
CableHV: 8
Expand Down Expand Up @@ -1329,8 +1330,9 @@
components:
- type: MachineBoard
prototype: CutterMachine
requirements: # Frontier
Capacitor: 1 # Frontier stackRequirements<requirements
Manipulator: 1 # Frontier stackRequirements<requirements
stackRequirements:
Steel: 2
Capacitor: 1
Manipulator: 1
Cable: 1

0 comments on commit 70a4186

Please sign in to comment.