Move StorageFills in smartfridge test prototypes to EntityTableContainerFills (#41561)

Move smartfridge test prototypes to EntityTableContainerFills
This commit is contained in:
SnappingOpossum
2025-11-24 07:56:35 +11:00
committed by GitHub
parent 2c68700582
commit f22efef2d3

View File

@@ -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
"; ";