mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add documentation for map block format 27 (#5576)
This commit is contained in:
parent
8bdf9a44c6
commit
021e667511
2 changed files with 33 additions and 10 deletions
|
@ -633,9 +633,10 @@ private:
|
|||
/*!
|
||||
* Each bit indicates if light spreading was finished
|
||||
* in a direction. (Because the neighbor could also be unloaded.)
|
||||
* Bits: day X+, day Y+, day Z+, day Z-, day Y-, day X-,
|
||||
* night X+, night Y+, night Z+, night Z-, night Y-, night X-,
|
||||
* nothing, nothing, nothing, nothing.
|
||||
* Bits (most significant first):
|
||||
* nothing, nothing, nothing, nothing,
|
||||
* night X-, night Y-, night Z-, night Z+, night Y+, night X+,
|
||||
* day X-, day Y-, day Z-, day Z+, day Y+, day X+.
|
||||
*/
|
||||
u16 m_lighting_complete;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue