minor reboiler bugfixes
This commit is contained in:
parent
b50509a6e8
commit
729214ca6a
@ -87,6 +87,7 @@ to 'lsqlite3' and 'lua-marshal', but there is no way back, so:
|
|||||||
- 2020-04-26 V0.07 * English translation added
|
- 2020-04-26 V0.07 * English translation added
|
||||||
- 2020-05-22 V0.08 * Support for 'lua-marshal' and 'lsqlite3' added
|
- 2020-05-22 V0.08 * Support for 'lua-marshal' and 'lsqlite3' added
|
||||||
- 2020-05-31 V0.09 * TA4 tubes upgraded, manuals updated
|
- 2020-05-31 V0.09 * TA4 tubes upgraded, manuals updated
|
||||||
|
- 2020-06-04 V0.10 * minor changes and bugfixes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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.06
|
techage.version = 0.10
|
||||||
|
|
||||||
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