Update version to v1.14
This commit is contained in:
parent
fc80a90ff2
commit
09e48c4084
@ -88,6 +88,15 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### 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**
|
**2023-04-10 V1.13**
|
||||||
|
|
||||||
- Add "Teleport mode" to the ta5 fly controller
|
- Add "Teleport mode" to the ta5 fly controller
|
||||||
|
2
init.lua
2
init.lua
@ -13,7 +13,7 @@
|
|||||||
techage = {}
|
techage = {}
|
||||||
|
|
||||||
-- Version for compatibility checks, see readme.md/history
|
-- Version for compatibility checks, see readme.md/history
|
||||||
techage.version = 1.13
|
techage.version = 1.14
|
||||||
|
|
||||||
if minetest.global_exists("tubelib") then
|
if minetest.global_exists("tubelib") then
|
||||||
minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")
|
minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")
|
||||||
|
Loading…
Reference in New Issue
Block a user