interface MinableAmountParams {
    amount: number;
    data: number;
    id: number;
    noStoneCheck?: number;
}

Hierarchy (view full)

Properties

amount: number

Amount of the ore to be generated, minimum allowed value is 1. Use at least 6 to be able to find generated ore vein. Note that amount doesn't mean blocks count, it is just an input value for generation algorithm.

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.