From f68260310b4e69e3a7e4e728f6c8042f9f457af5 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Fri, 30 Jun 2023 15:12:36 +0200 Subject: [PATCH] v1.16 --- README.md | 9 +++++++++ init.lua | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a3ecae..875399e 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,15 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so: ### History +**2023-06-30 V1.16** + +- Add TA4 node detector +- Add wrench menu to TA3 button +- Add arrows to the pump bottom and allow to turn the pump with the Techage Screwdriver +- Fix bug with configurred TA4 chest and TA5 teleport tubes +- Add gaze sensor +- Many bugfixes and improvements + **2023-05-05 V1.15** - Allow energy storage with up to 13x13x13 concrete blocks diff --git a/init.lua b/init.lua index 2b3ec6a..2e3e56b 100644 --- a/init.lua +++ b/init.lua @@ -13,7 +13,7 @@ techage = {} -- Version for compatibility checks, see readme.md/history -techage.version = 1.15 +techage.version = 1.16 if minetest.global_exists("tubelib") then minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")