File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,9 @@ if map format version <= 22:
365
365
u16 content_size
366
366
u8[content_size] content of metadata. Format depends on type_id, see below.
367
367
if map format version >= 23:
368
- u8 version (=1) -- Note the type is u8, while for map format version <= 22 it's u16
368
+ u8 version -- Note: type was u16 for map format version <= 22
369
+ -- = 1 for map format version < 28
370
+ -- = 2 since map format version 28
369
371
u16 count of metadata
370
372
foreach count:
371
373
u16 position (p.Z*MAP_BLOCKSIZE*MAP_BLOCKSIZE + p.Y*MAP_BLOCKSIZE + p.X)
@@ -375,6 +377,7 @@ if map format version >= 23:
375
377
u8[key_len] key
376
378
u32 val_len
377
379
u8[val_len] value
380
+ u8 is_private -- only for version >= 2. 0 = not private, 1 = private
378
381
serialized inventory
379
382
380
383
- Node timers
You can’t perform that action at this time.
0 commit comments