From 09e48c40845945f785040c74b33712ca40bdf95a Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 16 Apr 2023 15:12:55 +0200 Subject: [PATCH] Update version to v1.14 --- README.md | 9 +++++++++ init.lua | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d76be7..895cd33 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-04-16 V1.14** + +- Add file "api.md" +- Add API function `register_ore_for_gravelsieve` +- Add support for the game Asuna +- Merge pull request #124 from Niklp09/drops +- Fix keep node number issue +- Fix manual issue #123 + **2023-04-10 V1.13** - Add "Teleport mode" to the ta5 fly controller diff --git a/init.lua b/init.lua index 86cbf13..76058bc 100644 --- a/init.lua +++ b/init.lua @@ -13,7 +13,7 @@ techage = {} -- Version for compatibility checks, see readme.md/history -techage.version = 1.13 +techage.version = 1.14 if minetest.global_exists("tubelib") then minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")