Move StorageFills in smartfridge test prototypes to EntityTableContainerFills (#41561)
Move smartfridge test prototypes to EntityTableContainerFills
This commit is contained in:
@@ -17,18 +17,20 @@ public sealed class SmartFridgeInteractionTest : InteractionTest
|
|||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: {SampleDumpableAndInsertableId}
|
id: {SampleDumpableAndInsertableId}
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: EntityTableContainerFill
|
||||||
contents:
|
containers:
|
||||||
- id: PillCopper
|
storagebase:
|
||||||
|
id: PillCopper
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ChemBag
|
parent: ChemBag
|
||||||
id: {SampleDumpableId}
|
id: {SampleDumpableId}
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: EntityTableContainerFill
|
||||||
contents:
|
containers:
|
||||||
- id: PillCopper
|
storagebase:
|
||||||
|
id: PillCopper
|
||||||
amount: 5
|
amount: 5
|
||||||
";
|
";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user