mirror of
https://github.com/minetest/minetest.git
synced 2025-03-14 14:22:36 +01:00
Mapgen V6: Re-enable liquid flowing
This commit is contained in:
@ -534,7 +534,7 @@ void MapgenV6::makeChunk(BlockMakeData *data)
|
||||
}
|
||||
|
||||
// Add top and bottom side of water to transforming_liquid queue
|
||||
//updateLiquid(&data->transforming_liquid, full_node_min, full_node_max);
|
||||
updateLiquid(&data->transforming_liquid, full_node_min, full_node_max);
|
||||
|
||||
// Grow grass
|
||||
growGrass();
|
||||
|
Reference in New Issue
Block a user