ChunkSection
interface ChunkSection {
biome: PaletteContainer;
block: PaletteContainer;
}Source: state.ts:56
interface ChunkSection {
biome: PaletteContainer;
block: PaletteContainer;
}Source: state.ts:56
biome: PaletteContainerblock: PaletteContainer