Fix disposal container names (#10646)

This commit is contained in:
Leon Friedrich
2022-08-17 14:17:32 +12:00
committed by GitHub
parent 46cb3c477c
commit 6cb7bbaf73
10 changed files with 48 additions and 9 deletions

View File

@@ -52,8 +52,7 @@
- type: CollideOnAnchor
- type: ContainerContainer
containers:
disposal-tube: !type:Container
ents: []
DisposalTube: !type:Container
- type: entity
id: DisposalHolder
@@ -61,6 +60,9 @@
name: disposal holder
components:
- type: DisposalHolder
- type: ContainerContainer
containers:
DisposalHolder: !type:Container
# Pipes
@@ -93,6 +95,9 @@
- map: [ "pipe" ]
state: conpipe-s
- type: DisposalTransit
- type: ContainerContainer
containers:
DisposalTransit: !type:Container
- type: GenericVisualizer
visuals:
enum.DisposalTubeVisuals.VisualState:
@@ -116,6 +121,9 @@
- map: [ "pipe" ]
state: conpipe-tagger
- type: DisposalTagger
- type: ContainerContainer
containers:
DisposalTagger: !type:Container
- type: GenericVisualizer
visuals:
enum.DisposalTubeVisuals.VisualState:
@@ -145,6 +153,9 @@
- map: [ "pipe" ]
state: conpipe-t
- type: DisposalEntry
- type: ContainerContainer
containers:
DisposalEntry: !type:Container
- type: GenericVisualizer
visuals:
enum.DisposalTubeVisuals.VisualState:
@@ -179,6 +190,9 @@
- 0
- -90
- 180
- type: ContainerContainer
containers:
DisposalRouter: !type:Container
- type: GenericVisualizer
visuals:
enum.DisposalTubeVisuals.VisualState:
@@ -221,6 +235,9 @@
- 0
- 90
- 180
- type: ContainerContainer
containers:
DisposalRouter: !type:Container
- type: GenericVisualizer
visuals:
enum.DisposalTubeVisuals.VisualState:
@@ -255,6 +272,9 @@
- 0
- -90
- 180
- type: ContainerContainer
containers:
DisposalJunction: !type:Container
- type: GenericVisualizer
visuals:
enum.DisposalTubeVisuals.VisualState:
@@ -291,6 +311,9 @@
- 0
- 90
- 180
- type: ContainerContainer
containers:
DisposalJunction: !type:Container
- type: GenericVisualizer
visuals:
enum.DisposalTubeVisuals.VisualState:
@@ -324,6 +347,9 @@
- 0
- 90
- -90
- type: ContainerContainer
containers:
DisposalJunction: !type:Container
- type: GenericVisualizer
visuals:
enum.DisposalTubeVisuals.VisualState:
@@ -354,6 +380,9 @@
- map: [ "pipe" ]
state: conpipe-c
- type: DisposalBend
- type: ContainerContainer
containers:
DisposalBend: !type:Container
- type: GenericVisualizer
visuals:
enum.DisposalTubeVisuals.VisualState:

View File

@@ -72,8 +72,7 @@
type: DisposalUnitBoundUserInterface
- type: ContainerContainer
containers:
disposal-unit: !type:Container
ents: []
DisposalUnit: !type:Container
- type: entity
id: DisposalUnit