diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-06-04 16:58:20 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-04 16:58:20 +0300 |
commit | f07e445f80c6666b3d4713c85e668aaa5b086f16 (patch) | |
tree | 4f75af7a6f2087b3fc2621b640f75a7222060d6c /doc | |
parent | 6bd4cb25629fe8f96a024f5f8251563d2c864616 (diff) | |
download | minetest-f07e445f80c6666b3d4713c85e668aaa5b086f16.tar.gz minetest-f07e445f80c6666b3d4713c85e668aaa5b086f16.tar.bz2 minetest-f07e445f80c6666b3d4713c85e668aaa5b086f16.zip |
updated mapformat.txt a bit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mapformat.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/mapformat.txt b/doc/mapformat.txt index 5ee33c106..a0241804e 100644 --- a/doc/mapformat.txt +++ b/doc/mapformat.txt @@ -8,6 +8,7 @@ generator. If they are not found or invalid, the generator will currently behave quite strangely. The MapBlock file format (sectors2/XXX/ZZZ/YYYY): +------------------------------------------------- NOTE: Byte order is MSB first. @@ -71,5 +72,18 @@ u32 timestamp - 0xffffffff = invalid/unknown timestamp, nothing will be done with the time difference when loaded (recommended) +Node metadata format: +--------------------- + +Sign metadata: + u16 string_len + u8[string_len] string + +Furnace metadata: + TBD + +Chest metadata: + TBD + // END |