summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDS <vorunbekannt75@web.de>2021-02-23 19:39:15 +0100
committerGitHub <noreply@github.com>2021-02-23 19:39:15 +0100
commit4abe4b87b5902bff229505b83b9bddb9a8f759cd (patch)
tree7c90751b6c17fdc380a9c1f28db9cdbccd8978bb /doc
parent29681085b9762e8cf0e953014ca0e8d2890713ef (diff)
downloadminetest-4abe4b87b5902bff229505b83b9bddb9a8f759cd.tar.gz
minetest-4abe4b87b5902bff229505b83b9bddb9a8f759cd.tar.bz2
minetest-4abe4b87b5902bff229505b83b9bddb9a8f759cd.zip
Allow overwriting media files of dependencies (#10752)
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index a9c3bcdd9..d3165b9fd 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -256,6 +256,9 @@ Subfolders with names starting with `_` or `.` are ignored.
If a subfolder contains a media file with the same name as a media file
in one of its parents, the parent's file is used.
+Although it is discouraged, a mod can overwrite a media file of any mod that it
+depends on by supplying a file with an equal name.
+
Naming conventions
------------------