doc/README.md
This directory contains mostly reference documentation for the Luanti engine. For a less prescriptive and more guiding documentation, also look at: https://docs.luanti.org
Note that the inner workings of the engine are not well documented. It's most often better to read the code.
Markdown files are written in a way that they can also be read in plain text. When modifying, please keep it that way!
Here is a list with descriptions of relevant files:
serialize() and deSerialize() functions of the various structures in
C++, e.g. MapBlock::deSerialize().