Add whitelist to centrifuge, only allowing vials. (#23538)
* Add whitelist to centrifuge, only allowing vials. * Better Tag Name * review --------- Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Trash
|
- Trash
|
||||||
|
- CentrifugeCompatible
|
||||||
- type: PhysicalComposition
|
- type: PhysicalComposition
|
||||||
materialComposition:
|
materialComposition:
|
||||||
Glass: 25
|
Glass: 25
|
||||||
|
|||||||
@@ -115,5 +115,11 @@
|
|||||||
enum.PowerDeviceVisualLayers.Powered:
|
enum.PowerDeviceVisualLayers.Powered:
|
||||||
True: { visible: True }
|
True: { visible: True }
|
||||||
False: { visible: False }
|
False: { visible: False }
|
||||||
|
- type: ItemSlots
|
||||||
|
slots:
|
||||||
|
mixer:
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- CentrifugeCompatible
|
||||||
- type: Machine
|
- type: Machine
|
||||||
board: CentrifugeMachineCircuitboard
|
board: CentrifugeMachineCircuitboard
|
||||||
|
|||||||
@@ -293,6 +293,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: Catwalk
|
id: Catwalk
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: CentrifugeCompatible
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Chicken
|
id: Chicken
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user