Skip to main content

GenerationUtils.MinableSizeParams

Hierarchy

Index

Properties

data

data: number

Ore block data.

id

id: number

Ore block numeric identifier.

optionalnoStoneCheck

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.

optionalratio

ratio?: number = 1

Amount ratio of ore vein per generation chunk.

size

size: number

Used to calculate amount, using simple formula size * ratio * 3. Minimum allowed value of amount is 1.