From 2f3c96b38d99db1d8ad6f4e07537220a9b31adc5 Mon Sep 17 00:00:00 2001 From: random-geek <35757396+random-geek@users.noreply.github.com> Date: Mon, 21 Oct 2019 14:59:58 -0700 Subject: Remove legacy flat-file map code --- doc/world_format.txt | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3