mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
refactor(generation): move ocean water build to later phase
This commit is contained in:
@@ -27,7 +27,6 @@ void PlainBuilder::build_blocks() {
|
||||
m_blocks[Chunk::index(x, height, z)] = 1;
|
||||
}
|
||||
}
|
||||
ocean_water_build();
|
||||
}
|
||||
|
||||
void PlainBuilder::build_vegetation() { place_grass(); }
|
||||
|
||||
Reference in New Issue
Block a user