mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix black tree leaves, reduce above-ground cave shadows
This commit is contained in:
parent
5961106f9f
commit
96e2931c5c
4 changed files with 10 additions and 10 deletions
|
@ -91,7 +91,8 @@ void MapgenSinglenode::makeChunk(BlockMakeData *data) {
|
|||
updateLiquid(&data->transforming_liquid, node_min, node_max);
|
||||
|
||||
// Calculate lighting
|
||||
calcLighting(node_min, node_max);
|
||||
calcLighting(node_min - v3s16(1, 0, 1) * MAP_BLOCKSIZE,
|
||||
node_max + v3s16(1, 0, 1) * MAP_BLOCKSIZE);
|
||||
|
||||
this->generating = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue