From 094cf272adbfa536fd8043eddb1929153a70c8f4 Mon Sep 17 00:00:00 2001 From: Bituvo Date: Sun, 21 Apr 2024 09:50:16 -0400 Subject: [PATCH] Add suggestion --- doc/lua_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index 24b61ef28..b60c1ecb4 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -3723,7 +3723,7 @@ Vectors used to be defined as tables of the form `{x = num, y = num, z = num}`. Since Minetest 5.5.0, vectors additionally have a metatable to enable easier use. > [!NOTE] > Those old-style vectors can still be found in old mod code. Hence, mod and -> engine APIs still need to be able to cope with them in many places. +> engine APIs still need to be able to cope with them. Manually constructed tables are deprecated and highly discouraged. This interface should be used to ensure seamless compatibility between mods and the Minetest API.