projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee50341
)
Fix a mistake in the world format documentation
author
Aleksey Vorona
<voronaam@gmail.com>
Wed, 2 Mar 2016 18:13:11 +0000
(10:13 -0800)
committer
est31
<MTest31@outlook.com>
Thu, 3 Mar 2016 00:25:35 +0000
(
01:25
+0100)
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.
doc/world_format.txt
patch
|
blob
|
history
diff --git
a/doc/world_format.txt
b/doc/world_format.txt
index a6255053ee0f4f12ccd4b00cc1bec2983710240a..a4fb3d8f23ac5dd732d9848f476cd97e269fd62c 100644
(file)
--- 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: