diff --git a/Readme.md b/Readme.md index 48741ac..7f86bb9 100644 --- a/Readme.md +++ b/Readme.md @@ -242,6 +242,12 @@ A schematic format with support for metadata and baked light data. **Experimenta ## Release Notes +### `rolling-70` + +* Fixes module environments once and for all +* Fixes vector aliases +* Presumably boosts performance + ### `rolling-69` * Fixes various things, **most importantly modules indexing the global table** diff --git a/init.lua b/init.lua index 271b5f5..fdf5e80 100644 --- a/init.lua +++ b/init.lua @@ -89,7 +89,7 @@ end local rawget, rawset = rawget, rawset modlib = setmetatable({ -- TODO bump on release - version = 69, + version = 70, modname = minetest and minetest.get_current_modname(), -- TODO dir_delim = rawget(_G, "DIR_DELIM") or "/",