Update version to v1.14

This commit is contained in:
Joachim Stolberg 2023-04-16 15:12:55 +02:00
parent fc80a90ff2
commit 09e48c4084
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

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