mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
c8d3d11339
commit
ae9b5e0098
31 changed files with 428 additions and 523 deletions
|
@ -104,7 +104,9 @@ void CavesNoiseIntersection::generateCaves(MMVManip *vm,
|
|||
c == biome->c_water) {
|
||||
column_is_open = true;
|
||||
continue;
|
||||
} else if (c == biome->c_river_water) {
|
||||
}
|
||||
|
||||
if (c == biome->c_river_water) {
|
||||
column_is_open = true;
|
||||
is_under_river = true;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue