diff options
author | ANAND <ClobberXD@gmail.com> | 2019-08-21 03:15:12 +0800 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-08-20 21:15:12 +0200 |
commit | 75d44ef1e8a90f32adfa3587ebeabc436f2026f0 (patch) | |
tree | ada15db457cd23383d68c757a9aa8183a62406da | |
parent | b8131c3415ee8811ab98b537c080d203d8bee774 (diff) | |
download | minetest-75d44ef1e8a90f32adfa3587ebeabc436f2026f0.tar.gz minetest-75d44ef1e8a90f32adfa3587ebeabc436f2026f0.tar.bz2 minetest-75d44ef1e8a90f32adfa3587ebeabc436f2026f0.zip |
lua_api.txt: Add link to Minetest Modding Book (#8826)
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 3d7d3ed3d..c7f6908ad 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -3,6 +3,7 @@ Minetest Lua Modding API Reference * More information at <http://www.minetest.net/> * Developer Wiki: <http://dev.minetest.net/> +* (Unofficial) Minetest Modding Book by rubenwardy: <https://rubenwardy.com/minetest_modding_book/> Introduction ------------ |