Skip to main content
Version: 5.0.0

MeshWithChance


Object Structure

{
chance: number,
mesh: string
}

Fields

chance - Value between 0.0 and 1.0 mesh - Must be string, flint, iron, diamond, emerald, or netherite,

Example

{
chance: 1.0,
mesh: 'iron'
}