@occultus/api-root - v0.29.3
    Preparing search index...

    Type Alias BlockWithDestroyConditionParams

    type BlockWithDestroyConditionParams = {
        item?: string;
        item_tier?: string;
        loot_table: string;
        tag?: string;
    }
    Index

    Properties

    item?: string

    破坏矿石时给予玩家的经验值

    item_tier?: string

    挖掘矿石所需最低工具等级

    loot_table: string

    方块被挖掘后掉落的战利品

    "block/ore/ruby_ore"
    
    tag?: string

    挖掘矿石所需的物品标签