Add support for beduino commands

This commit is contained in:
Joachim Stolberg 2022-06-06 20:43:52 +02:00
parent 24e91edc7e
commit 7bc1221249
2 changed files with 5 additions and 2 deletions

View File

@ -81,6 +81,9 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
### History
**2022-06-06 V1.08**
- Native support for the mod Beduino added
**2022-01-22 V1.07**
- TA5 fusion reactor added

View File

@ -3,7 +3,7 @@
TechAge
=======
Copyright (C) 2019-2021 Joachim Stolberg
Copyright (C) 2019-2022 Joachim Stolberg
AGPL v3
See LICENSE.txt for more information
@ -13,7 +13,7 @@
techage = {}
-- Version for compatibility checks, see readme.md/history
techage.version = 1.07
techage.version = 1.08
if minetest.global_exists("tubelib") then
minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")