From e7cde49228083bf67258e53ec03dfb9fdcacc5ed Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sat, 18 Sep 2021 12:45:13 +0200 Subject: [PATCH] Update README for v1.02 --- README.md | 4 ++++ init.lua | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9231472..6db1450 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,10 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so: ### History +**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) + **2021-08-16 V1.01** - Allow singleplayer to place lava on y>0. - Logic block: allow to use output numbers for the expression diff --git a/init.lua b/init.lua index 0d6810f..a47d608 100644 --- a/init.lua +++ b/init.lua @@ -13,7 +13,7 @@ techage = {} -- Version for compatibility checks, see readme.md/history -techage.version = 1.01 +techage.version = 1.02 if minetest.global_exists("tubelib") then minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")