mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-11 09:39:06 +02:00
world/chunk: include biomes in section iterator item
This commit is contained in:
parent
ddc515a9d7
commit
0d2c99dacf
2 changed files with 36 additions and 25 deletions
|
@ -106,6 +106,7 @@ pub fn top_layer(chunk: &Chunk) -> Result<Option<(Box<BlockInfoArray>, Box<Block
|
|||
for SectionIterItem {
|
||||
y: section_y,
|
||||
section,
|
||||
biomes: _,
|
||||
block_light,
|
||||
} in chunk.sections().rev()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue