Add disclaimer to client_lua_api.txt (#5391)

This commit is contained in:
rubenwardy 2017-03-14 06:51:07 +00:00 committed by Loïc Blot
parent 88df9fb5b6
commit 84f4565e13
1 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,13 @@
Minetest Lua Modding API Reference 0.4.15
=========================================
Minetest Lua Client Modding API Reference 0.4.15
================================================
* More information at <http://www.minetest.net/>
* Developer Wiki: <http://dev.minetest.net/>
Introduction
------------
**WARNING: The client API is currently unstable, and may break/change without warning.**
Content and functionality can be added to Minetest 0.4 by using Lua
scripting in run-time loaded mods.