summaryrefslogtreecommitdiff
path: root/doc/world_format.txt
diff options
context:
space:
mode:
authorAleksey Vorona <voronaam@gmail.com>2016-03-02 10:13:11 -0800
committerest31 <MTest31@outlook.com>2016-03-03 01:25:35 +0100
commitda97969c9b72ea1752efb741663b727c0225795a (patch)
tree8708d577c4c0eafa822e53236d814788964d1ef3 /doc/world_format.txt
parentee50341297435d05fd276d28ff469505fbdb303b (diff)
downloadminetest-da97969c9b72ea1752efb741663b727c0225795a.tar.gz
minetest-da97969c9b72ea1752efb741663b727c0225795a.tar.bz2
minetest-da97969c9b72ea1752efb741663b727c0225795a.zip
Fix a mistake in the world format documentation
Fixed a minor mistake that made it appear as if the inventory is serialized multiple times - once per each variable. In fact it is serialized once per each node.
Diffstat (limited to 'doc/world_format.txt')
-rw-r--r--doc/world_format.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/world_format.txt b/doc/world_format.txt
index a6255053e..a4fb3d8f2 100644
--- a/doc/world_format.txt
+++ b/doc/world_format.txt
@@ -316,7 +316,7 @@ if map format version >= 23:
u8[key_len] key
u32 val_len
u8[val_len] value
- serialized inventory
+ serialized inventory
- Node timers
if map format version == 23: