diff options
author | DS <vorunbekannt75@web.de> | 2021-02-23 19:39:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 19:39:15 +0100 |
commit | 4abe4b87b5902bff229505b83b9bddb9a8f759cd (patch) | |
tree | 7c90751b6c17fdc380a9c1f28db9cdbccd8978bb /games/devtest/mods/basenodes/textures/info.txt | |
parent | 29681085b9762e8cf0e953014ca0e8d2890713ef (diff) | |
download | minetest-4abe4b87b5902bff229505b83b9bddb9a8f759cd.tar.gz minetest-4abe4b87b5902bff229505b83b9bddb9a8f759cd.tar.bz2 minetest-4abe4b87b5902bff229505b83b9bddb9a8f759cd.zip |
Allow overwriting media files of dependencies (#10752)
Diffstat (limited to 'games/devtest/mods/basenodes/textures/info.txt')
-rw-r--r-- | games/devtest/mods/basenodes/textures/info.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/devtest/mods/basenodes/textures/info.txt b/games/devtest/mods/basenodes/textures/info.txt new file mode 100644 index 000000000..2d4ef7efa --- /dev/null +++ b/games/devtest/mods/basenodes/textures/info.txt @@ -0,0 +1,7 @@ + +The dirt_with_grass folder is for testing loading textures from subfolders. +If it works correctly, the default_grass_side.png file in the folder is used but +default_grass.png is not overwritten by the file in the folder. + +default_dirt.png should be overwritten by the default_dirt.png in the unittests +mod which depends on basenodes. |