From e3f6fcb411959e8bb2650bf40563b32d25472004 Mon Sep 17 00:00:00 2001 From: Bituvo Date: Sun, 21 Apr 2024 09:47:04 -0400 Subject: [PATCH] Split sentence --- 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 773a5175f..7568b6fa4 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -774,7 +774,7 @@ expensive to compose with `[combine:`. > [!WARNING] > Avoid sending large images this way. This is not a replacement -for asset files, do not use it to do anything that you could instead achieve +for asset files. Do not use it to do anything that you could instead achieve by just using a file. In particular consider `minetest.dynamic_add_media` and test whether using other texture modifiers could result in a shorter string than embedding a whole image, this may vary by use case.