mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
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.
This commit is contained in:
parent
ee50341297
commit
da97969c9b
@ -316,7 +316,7 @@ if map format version >= 23:
|
|||||||
u8[key_len] key
|
u8[key_len] key
|
||||||
u32 val_len
|
u32 val_len
|
||||||
u8[val_len] value
|
u8[val_len] value
|
||||||
serialized inventory
|
serialized inventory
|
||||||
|
|
||||||
- Node timers
|
- Node timers
|
||||||
if map format version == 23:
|
if map format version == 23:
|
||||||
|
Loading…
Reference in New Issue
Block a user