mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Release
This commit is contained in:
parent
a0efa59030
commit
fa88e4d201
@ -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
|
||||
|
2
init.lua
2
init.lua
@ -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 "/",
|
||||
|
Loading…
Reference in New Issue
Block a user