Make biofab distinct from biogen (#30696)
* Make biofab distinct from biogen * biocube fabricator
This commit is contained in:
parent
90b6b2eab0
commit
7a10112c4e
|
|
@ -72,8 +72,8 @@
|
|||
- type: entity
|
||||
id: BiofabricatorMachineCircuitboard
|
||||
parent: BaseMachineCircuitboard
|
||||
name: biofabricator machine board
|
||||
description: A machine printed circuit board for a biofabricator.
|
||||
name: biocube fabricator machine board
|
||||
description: A machine printed circuit board for a biocube fabricator.
|
||||
components:
|
||||
- type: MachineBoard
|
||||
prototype: Biofabricator
|
||||
|
|
|
|||
|
|
@ -685,7 +685,7 @@
|
|||
- type: entity
|
||||
id: Biofabricator
|
||||
parent: BaseLathe
|
||||
name: biofabricator
|
||||
name: biocube fabricator
|
||||
description: Produces animal cubes using biomass.
|
||||
components:
|
||||
- type: Sprite
|
||||
|
|
@ -694,16 +694,20 @@
|
|||
layers:
|
||||
- state: icon
|
||||
map: ["enum.LatheVisualLayers.IsRunning"]
|
||||
color: "#ffaa99"
|
||||
- state: unlit
|
||||
shader: unshaded
|
||||
map: ["enum.PowerDeviceVisualLayers.Powered"]
|
||||
color: "#ffaaaa"
|
||||
- state: inserting
|
||||
map: ["enum.MaterialStorageVisualLayers.Inserting"]
|
||||
color: "#ffaaaa"
|
||||
- state: panel
|
||||
map: ["enum.WiresVisualLayers.MaintenancePanel"]
|
||||
- type: Machine
|
||||
board: BiofabricatorMachineCircuitboard
|
||||
- type: MaterialStorage
|
||||
ignoreColor: true
|
||||
whitelist:
|
||||
tags:
|
||||
- Sheet
|
||||
|
|
|
|||
Loading…
Reference in New Issue