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!")