diff options
author | random-geek <35757396+random-geek@users.noreply.github.com> | 2019-10-21 14:59:58 -0700 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2019-10-23 20:53:24 +0200 |
commit | 2f3c96b38d99db1d8ad6f4e07537220a9b31adc5 (patch) | |
tree | cd0e4481be52929736c74e088264c3411c576a12 /doc | |
parent | 2ecf57c640ed7646be91ebc30e6f8fb32dac77df (diff) | |
download | minetest-2f3c96b38d99db1d8ad6f4e07537220a9b31adc5.tar.gz minetest-2f3c96b38d99db1d8ad6f4e07537220a9b31adc5.tar.bz2 minetest-2f3c96b38d99db1d8ad6f4e07537220a9b31adc5.zip |
Remove legacy flat-file map code
Diffstat (limited to 'doc')
-rw-r--r-- | doc/world_format.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/world_format.txt b/doc/world_format.txt index 7cbf13af6..9ed35fdc3 100644 --- a/doc/world_format.txt +++ b/doc/world_format.txt @@ -13,12 +13,6 @@ The block serialization version does not fully specify every aspect of this format; if compliance with this format is to be checked, it needs to be done by detecting if the files and data indeed follows it. -Legacy stuff -============= -Data can, in theory, be contained in the flat file directory structure -described below in Version 17, but it is not officially supported. Also you -may stumble upon all kinds of oddities in not-so-recent formats. - Files ====== Everything is contained in a directory, the name of which is freeform, but @@ -569,9 +563,9 @@ EndInventoryList EndInventory --- -============================================== -Minetest World Format used as of 2011-05 or so -============================================== +=========================================================== +Minetest World Format used as of 2011-05 or so (deprecated) +=========================================================== Map data serialization format version 17. |