Split sentence

This commit is contained in:
Bituvo 2024-04-21 09:47:04 -04:00
parent abb585f5ae
commit e3f6fcb411
1 changed files with 1 additions and 1 deletions

View File

@ -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.