]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - doc/mapformat.txt
added locking chests - clean patch
[dragonfireclient.git] / doc / mapformat.txt
index 5ee33c10653d177b0086f3537ff7d496d6862908..206f5f350e4e125fb77949ba508a49adf8788d23 100644 (file)
@@ -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,23 @@ 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
+
+Locking Chest metadata:
+  u16 string_len
+  u8[string_len] string
+  TBD
+
 // END