]> git.lizzy.rs Git - minetest.git/blobdiff - doc/lua_api.txt
Remove support for optdepends.txt
[minetest.git] / doc / lua_api.txt
index a8b671eb6ed3ff97380437c313effa52c96218e3..28d8b9cc8abb647ad39b43caa7d5b8b647c1d3be 100644 (file)
@@ -129,13 +129,6 @@ screenshot.png:
 description.txt:
   File containing desctiption to be shown within mainmenu.
 
-optdepends.txt:
-  An alternative way of specifying optional dependencies.
-  Like depends.txt, a single line contains a single modname.
-
-  NOTE: This file exists for compatibility purposes only and
-  support for it will be removed from the engine by the end of 2013.
-
 init.lua:
   The main Lua script. Running this script should register everything it
   wants to register. Subsequent execution depends on minetest calling the