Bedrock Energistics Core
    Preparing search index...

    Interface MachineDefinitionDescriptionBeta

    interface MachineDefinitionDescription {
        entityId?: string;
        id: string;
        maxStorage?: number;
        persistentEntity?: boolean;
        ui?: UiOptions;
    }
    Index

    Properties

    entityId?: string

    The ID of the machine entity. Defaults to the value of id.

    id: string
    maxStorage?: number

    Max amount of each storage type in this machine.

    6400
    
    persistentEntity?: boolean

    Is the machine entity persistent? See Persistent Entities.

    UI options for your machine. If this is undefined, then Bedrock Energistics Core will skip UI handling for this machine entity.