From 7051da903ef9e2486cc5ed277394e59516a8979e Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sat, 1 Apr 2023 19:19:53 +0200 Subject: [PATCH] v1.12 --- README.md | 7 ++++++- init.lua | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a70d7e..1ab1447 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so: ### History -**2023-03-05 V1.12** +**2023-04-01 V1.12** - Improve Transformer: - add wrench menu for 'max. power passed through' @@ -97,6 +97,11 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so: - Improve Electricmeter: - add wrench menu for 'max. power passed through' and 'power countdown' - add commands to read the countdown value (Lua and Beduino controller) +- Improve TA3 Mesecons Converter: + - fix overload bug + - fix missing dominant 'on' issue +- Add version command to TA3/TA4 Terminal +- TA5 Hyperloop Chest: Disable inventory access on client side due to minetest core issues **2023-03-05 V1.11** diff --git a/init.lua b/init.lua index b91a425..6ffdaf4 100644 --- a/init.lua +++ b/init.lua @@ -13,7 +13,7 @@ techage = {} -- Version for compatibility checks, see readme.md/history -techage.version = 1.11 +techage.version = 1.12 if minetest.global_exists("tubelib") then minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")