diff --git a/doc/LUA_SUPPORT.md b/doc/LUA_SUPPORT.md index c91bfcc9f740..ece770736e3d 100644 --- a/doc/LUA_SUPPORT.md +++ b/doc/LUA_SUPPORT.md @@ -42,7 +42,10 @@ Programming in Lua (first edition): https://www.lua.org/pil/contents.html ## Example mods -There are a few heavily-commented example mods that make use of Lua API, its +There are a couple heavily-commented example mods in `data/mods/` that make use +of Lua API described here: +* `smart_house_remotes` - Add remotes for controlling garage doors and window curtains. +* `saveload_lua_test` - Mod for testing Lua save/load API. ## Ingame Lua console