From 38b8f551d45ba07c17e6a6d5e27108299adda927 Mon Sep 17 00:00:00 2001 From: SmokeyDope Date: Wed, 1 Mar 2023 18:27:17 +0000 Subject: [PATCH] Note that .bmp and .tga image formats are depreciated --- MODELS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODELS.md b/MODELS.md index e143875e9..4b9094c33 100644 --- a/MODELS.md +++ b/MODELS.md @@ -39,9 +39,9 @@ Note: Do not use .b3d and .x files for static meshes at the moment, Minetest cur * .jpg -* .bmp +* .bmp (depreciated, please use .png or .jpg) -* .tga +* .tga (depreciated, please use .png or .jpg) Note: Any formats not mentioned above but known to work in the past were removed in 5.5.0 and aren't supported anymore.