diff --git a/lua_api.html b/lua_api.html index c44f911..869f45a 100644 --- a/lua_api.html +++ b/lua_api.html @@ -5,7 +5,6 @@ layout: default
Content and functionality can be added to Minetest 0.4 by using Lua diff --git a/update_lua_api.py b/update_lua_api.py index d8e7c80..80f3c25 100644 --- a/update_lua_api.py +++ b/update_lua_api.py @@ -8,7 +8,7 @@ print("Downloading lua_api.txt...") url = "https://raw.githubusercontent.com/minetest/minetest/master/doc/lua_api.txt" text = urllib2.urlopen(url).read() -header = """Minetest Lua Modding API Reference 0.4.12 +header = """Minetest Lua Modding API Reference 0.4.13 =========================================""" text = text.replace(header, "")