From 39cbeea15e2c534847b12cdaa1da33c07dd9d33a Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sat, 4 Feb 2023 15:43:26 +0100 Subject: [PATCH] Update to v1.10 --- README.md | 13 +++++++++++++ init.lua | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e6fcd3..fc4d2ef 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,19 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so: ### History +**2023-02-04 V1.10** +- Improve flycontroller +- Remove handover for movecontroller +- Rename "techage:signal_lamp" to "techage:color_lamp" +- Rename "techage:signal_lamp2" to "techage:color_lamp2" +- Add countdown mode to TA4 Detector +- Adapt to new beduino and minecart versions +- Improve manuals +- flycontroller/movecontroller: Allow moving blocks through unloaded areas +- playerdetector: Add wrench menu to configure search radius +- Default furnace: Don't use items filled from the top as fuel +- Many further improvements and bug fixes from joe7575 and Niklp09 + **2022-09-03 V1.09** - Change the way items are pushed - Add "Flow Limiter" mode to TA4 pump and TA4 pusher diff --git a/init.lua b/init.lua index 4c75be6..445c829 100644 --- a/init.lua +++ b/init.lua @@ -13,7 +13,7 @@ techage = {} -- Version for compatibility checks, see readme.md/history -techage.version = 1.08 +techage.version = 1.10 if minetest.global_exists("tubelib") then minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")