Content and functionality can be added to Minetest 0.4 by using Lua scripting in run-time loaded mods.
diff --git a/update_lua_api.py b/update_lua_api.py index 5b78fc6..00f2599 100644 --- a/update_lua_api.py +++ b/update_lua_api.py @@ -33,7 +33,7 @@ text = urllib2.urlopen(url).read() print("Pre-generation replacements...") -header = """Minetest Lua Modding API Reference 0.4.13 +header = """Minetest Lua Modding API Reference 0.4.14 =========================================""" text = text.replace(header, "")