This commit is contained in:
Joachim Stolberg 2023-06-30 15:12:36 +02:00
parent d85de971a7
commit f68260310b
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-06-30 V1.16**
- Add TA4 node detector
- Add wrench menu to TA3 button
- Add arrows to the pump bottom and allow to turn the pump with the Techage Screwdriver
- Fix bug with configurred TA4 chest and TA5 teleport tubes
- Add gaze sensor
- Many bugfixes and improvements
**2023-05-05 V1.15**
- Allow energy storage with up to 13x13x13 concrete blocks

View File

@ -13,7 +13,7 @@
techage = {}
-- Version for compatibility checks, see readme.md/history
techage.version = 1.15
techage.version = 1.16
if minetest.global_exists("tubelib") then
minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")