mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +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
|
## Release Notes
|
||||||
|
|
||||||
|
### `rolling-73`
|
||||||
|
|
||||||
|
* Fixes Mesecons LuaController overheating by luk3yx
|
||||||
|
|
||||||
### `rolling-71`
|
### `rolling-71`
|
||||||
|
|
||||||
* Fixes
|
* Fixes
|
||||||
|
2
init.lua
2
init.lua
@ -91,7 +91,7 @@ end
|
|||||||
local rawget, rawset = rawget, rawset
|
local rawget, rawset = rawget, rawset
|
||||||
modlib = setmetatable({
|
modlib = setmetatable({
|
||||||
-- TODO bump on release
|
-- TODO bump on release
|
||||||
version = 72,
|
version = 73,
|
||||||
modname = minetest and minetest.get_current_modname(),
|
modname = minetest and minetest.get_current_modname(),
|
||||||
-- TODO
|
-- TODO
|
||||||
dir_delim = rawget(_G, "DIR_DELIM") or "/",
|
dir_delim = rawget(_G, "DIR_DELIM") or "/",
|
||||||
|
Loading…
Reference in New Issue
Block a user