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:
6bd4cb2
)
updated mapformat.txt a bit
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 4 Jun 2011 13:58:20 +0000
(16:58 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sat, 4 Jun 2011 13:58:20 +0000
(16:58 +0300)
doc/mapformat.txt
patch
|
blob
|
history
diff --git
a/doc/mapformat.txt
b/doc/mapformat.txt
index 5ee33c10653d177b0086f3537ff7d496d6862908..a0241804e40764f574ce39d8779eea29a35e307a 100644
(file)
--- 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