v0.22 with improvements
This commit is contained in:
parent
d661525db2
commit
c2d0746eb9
@ -77,6 +77,10 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### History
|
||||||
|
|
||||||
|
**2020-08-08 V0.22**
|
||||||
|
- Pull request #25: Growlight: Improve flower registration (from Thomas-S)
|
||||||
|
- Add tube support for digtron chests and protector:chest
|
||||||
|
|
||||||
**2020-08-08 V0.21**
|
**2020-08-08 V0.21**
|
||||||
- Pull request #18: Add a simple Digtron battery (from Thomas-S)
|
- Pull request #18: Add a simple Digtron battery (from Thomas-S)
|
||||||
- Pull request #23: Lua Controller: Fix $item_description() documentation and translation (from Thomas-S)
|
- Pull request #23: Lua Controller: Fix $item_description() documentation and translation (from Thomas-S)
|
||||||
|
2
init.lua
2
init.lua
@ -13,7 +13,7 @@
|
|||||||
techage = {}
|
techage = {}
|
||||||
|
|
||||||
-- Version for compatibility checks, see readme.md/history
|
-- Version for compatibility checks, see readme.md/history
|
||||||
techage.version = 0.21
|
techage.version = 0.22
|
||||||
|
|
||||||
if minetest.global_exists("tubelib") then
|
if minetest.global_exists("tubelib") then
|
||||||
minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")
|
minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")
|
||||||
|
Loading…
Reference in New Issue
Block a user