Skip to content
Snippets Groups Projects
Commit 4a57ef12 authored by kwolekr's avatar kwolekr
Browse files

Mapgen V6: Re-enable liquid flowing

parent 50ce63b1
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment