version number increased

This commit is contained in:
Joachim Stolberg 2020-07-06 20:23:04 +02:00
parent 849fb91918
commit 9ee18490c5
2 changed files with 7 additions and 1 deletions

View File

@ -75,6 +75,12 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
### History
**2020-07-06 V0.16**
- Oil cracking/hydrogenation recipes added
- Ethereal growlight bugfix
- Charcoal pile bugfix (issue #9) Thanks to Skamiz
- Quarry bugfix (pull request #10) Thanks to programmerjake
**2020-07-02 V0.15**
- pipe valve added
- growlight bugfix

View File

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