version number increased
This commit is contained in:
parent
849fb91918
commit
9ee18490c5
@ -75,6 +75,12 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### 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**
|
**2020-07-02 V0.15**
|
||||||
- pipe valve added
|
- pipe valve added
|
||||||
- growlight bugfix
|
- growlight bugfix
|
||||||
|
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.14
|
techage.version = 0.16
|
||||||
|
|
||||||
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