Vanilla Multiblock Component
data class VanillaMultiblockComponent(val materials: List<Material>) : Record, PylonSimpleMultiblock.MultiblockComponent(source)
Represents a vanilla component of a multiblock, which can have one or more materials.
If multiple materials are specified, the ghost block will automatically cycle through all the given materials in order.