Bedrock Energistics Core
    Preparing search index...

    Interface StorageTypeDefinitionBeta

    interface StorageTypeDefinition {
        category: string;
        id: string;
        name: string;
        texture: StorageTypeTextureDescription | StorageTypeTexturePreset;
    }
    Index

    Properties

    Properties

    category: string
    id: string
    name: string

    The texture that will be used by default for storage bars of this type in machine UI. This can be a preset or a custom texture. Machines can override the texture for their own UI.