master
Lars Mueller 2021-08-15 14:33:38 +02:00
parent a0efa59030
commit fa88e4d201
2 changed files with 5 additions and 1 deletions

View File

@ -293,6 +293,10 @@ A schematic format with support for metadata and baked light data. **Experimenta
## Release Notes
### `rolling-73`
* Fixes Mesecons LuaController overheating by luk3yx
### `rolling-71`
* Fixes

View File

@ -91,7 +91,7 @@ end
local rawget, rawset = rawget, rawset
modlib = setmetatable({
-- TODO bump on release
version = 72,
version = 73,
modname = minetest and minetest.get_current_modname(),
-- TODO
dir_delim = rawget(_G, "DIR_DELIM") or "/",