From 7bc1221249d8672ab0ea175d04b53565a9b3fcad Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Mon, 6 Jun 2022 20:43:52 +0200 Subject: [PATCH] Add support for beduino commands --- README.md | 3 +++ init.lua | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5d8a5f..8fbab06 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so: ### History +**2022-06-06 V1.08** +- Native support for the mod Beduino added + **2022-01-22 V1.07** - TA5 fusion reactor added diff --git a/init.lua b/init.lua index e1da762..1648293 100644 --- a/init.lua +++ b/init.lua @@ -3,7 +3,7 @@ TechAge ======= - Copyright (C) 2019-2021 Joachim Stolberg + Copyright (C) 2019-2022 Joachim Stolberg AGPL v3 See LICENSE.txt for more information @@ -13,7 +13,7 @@ techage = {} -- Version for compatibility checks, see readme.md/history -techage.version = 1.07 +techage.version = 1.08 if minetest.global_exists("tubelib") then minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")