refactor(generation): move ocean water build to later phase

This commit is contained in:
2026-06-12 10:38:21 +08:00
parent 04900a05fd
commit 2efb5c9342
10 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,6 @@ void ForestBuilder::build_blocks() {
m_blocks[Chunk::index(x, height, z)] = 1;
}
}
ocean_water_build();
}
void ForestBuilder::build_vegetation() {