This commit is contained in:
Joachim Stolberg 2023-04-01 19:19:53 +02:00
parent e5fc8a4b8a
commit 7051da903e
2 changed files with 7 additions and 2 deletions

View File

@ -89,7 +89,7 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
### History
**2023-03-05 V1.12**
**2023-04-01 V1.12**
- Improve Transformer:
- add wrench menu for 'max. power passed through'
@ -97,6 +97,11 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
- Improve Electricmeter:
- add wrench menu for 'max. power passed through' and 'power countdown'
- add commands to read the countdown value (Lua and Beduino controller)
- Improve TA3 Mesecons Converter:
- fix overload bug
- fix missing dominant 'on' issue
- Add version command to TA3/TA4 Terminal
- TA5 Hyperloop Chest: Disable inventory access on client side due to minetest core issues
**2023-03-05 V1.11**

View File

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