interface IMinableParams {
    data: number;
    id: number;
    noStoneCheck?: number;
}

Hierarchy (view full)

Properties

Properties

data: number

Ore block data.

id: number

Ore block numeric identifier.

noStoneCheck?: number

If true, no check for stone is performed so the ore may be generated in the air. Use this to debug ore generation in the superflat worlds.

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.