Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2026 Changes in this version + type Flat struct + func NewFlat(biome world.Biome, layers []world.Block) Flat + func NewFlatWithRegistry(biome world.Biome, layers []world.Block, br world.BlockRegistry) Flat + func (f Flat) DefaultSpawn(dim world.Dimension) cube.Pos + func (f Flat) GenerateChunk(pos world.ChunkPos, chunk *chunk.Chunk)