v0.22 with improvements

This commit is contained in:
Joachim Stolberg 2020-08-22 19:46:46 +02:00
parent d661525db2
commit c2d0746eb9
2 changed files with 5 additions and 1 deletions

View File

@ -77,6 +77,10 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
### 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**
- 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)

View File

@ -13,7 +13,7 @@
techage = {}
-- Version for compatibility checks, see readme.md/history
techage.version = 0.21
techage.version = 0.22
if minetest.global_exists("tubelib") then
minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")