From 46aa567ef41497373f23dc5887decf09433e97ca Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 24 Oct 2021 21:26:40 +0200 Subject: [PATCH] v1.03 --- README.md | 7 +++++++ init.lua | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d0888..024dba7 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,13 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so: ### History +**2021-10-24 V1.03** +- Add TA4 Sequencer for time controlled command sequences +- Add TA4 Move Controller for moving blocks +- Add techage command counting function to be able to limit the amount of commands/min. +- Pull request #67: Add switch mode for 4x Button (by realmicu) +- Pull request #69: Add option to keep assignment for TA4 Tank (by Thomas-S) + **2021-09-18 V1.02** - TA4 Chest: Fix items disappearing (PR #64 by Thomas--S) - Add support for colored cables (PR #63 by Thomas--S) diff --git a/init.lua b/init.lua index 9ef177a..a53ea37 100644 --- a/init.lua +++ b/init.lua @@ -13,7 +13,7 @@ techage = {} -- Version for compatibility checks, see readme.md/history -techage.version = 1.02 +techage.version = 1.03 if minetest.global_exists("tubelib") then minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")