Make biofab distinct from biogen (#30696)
* Make biofab distinct from biogen * biocube fabricator
This commit is contained in:
@@ -64,8 +64,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
|
||||
|
||||
@@ -648,7 +648,7 @@
|
||||
- type: entity
|
||||
id: Biofabricator
|
||||
parent: BaseLathe
|
||||
name: biofabricator
|
||||
name: biocube fabricator
|
||||
description: Produces animal cubes using biomass.
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -657,16 +657,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
|
||||
|
||||
Reference in New Issue
Block a user