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
|
||||
tags:
|
||||
- Trash
|
||||
- CentrifugeCompatible
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
Glass: 25
|
||||
|
||||
@@ -115,5 +115,11 @@
|
||||
enum.PowerDeviceVisualLayers.Powered:
|
||||
True: { visible: True }
|
||||
False: { visible: False }
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
mixer:
|
||||
whitelist:
|
||||
tags:
|
||||
- CentrifugeCompatible
|
||||
- type: Machine
|
||||
board: CentrifugeMachineCircuitboard
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
- type: Tag
|
||||
id: BypassInteractionRangeChecks
|
||||
|
||||
|
||||
- type: Tag
|
||||
id: CableCoil
|
||||
|
||||
@@ -293,6 +293,9 @@
|
||||
- type: Tag
|
||||
id: Catwalk
|
||||
|
||||
- type: Tag
|
||||
id: CentrifugeCompatible
|
||||
|
||||
- type: Tag
|
||||
id: Chicken
|
||||
|
||||
|
||||
Reference in New Issue
Block a user