Bedrock Energistics Core
    Preparing search index...

    Interface ItemMachineDefinitionDescriptionBeta

    interface ItemMachineDefinitionDescription {
        defaultIo?: ItemMachineGetIoResponse;
        id: string;
        maxStorage?: number;
    }
    Index

    Properties

    Default I/O for the item machine. This is used to fill in any undefined values returned by getIo.

    id: string
    maxStorage?: number

    Max amount of each storage type in this machine.

    6400