mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-28 03:45:24 +01:00
Fix black tree leaves, reduce above-ground cave shadows
This commit is contained in:
@@ -471,7 +471,8 @@ void MapgenV6::makeChunk(BlockMakeData *data) {
|
||||
}
|
||||
|
||||
// Calculate lighting
|
||||
calcLighting(node_min, node_max);
|
||||
calcLighting(node_min - v3s16(1, 1, 1) * MAP_BLOCKSIZE,
|
||||
node_max + v3s16(1, 0, 1) * MAP_BLOCKSIZE);
|
||||
|
||||
this->generating = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user