v1.12
This commit is contained in:
parent
e5fc8a4b8a
commit
7051da903e
@ -89,7 +89,7 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### History
|
||||||
|
|
||||||
**2023-03-05 V1.12**
|
**2023-04-01 V1.12**
|
||||||
|
|
||||||
- Improve Transformer:
|
- Improve Transformer:
|
||||||
- add wrench menu for 'max. power passed through'
|
- 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:
|
- Improve Electricmeter:
|
||||||
- add wrench menu for 'max. power passed through' and 'power countdown'
|
- add wrench menu for 'max. power passed through' and 'power countdown'
|
||||||
- add commands to read the countdown value (Lua and Beduino controller)
|
- 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**
|
**2023-03-05 V1.11**
|
||||||
|
|
||||||
|
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.11
|
techage.version = 1.12
|
||||||
|
|
||||||
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