v0.21 with bugfixes and improvements
This commit is contained in:
parent
157c050d87
commit
2685054f24
@ -77,6 +77,13 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### History
|
||||||
|
|
||||||
|
**2020-08-08 V0.21**
|
||||||
|
- Pull request #18: Add a simple Digtron battery (from Thomas-S)
|
||||||
|
- Pull request #23: Lua Controller: Fix $item_description() documentation and translation (from Thomas-S)
|
||||||
|
- Pull request #24: Distributor: improve fairness by using random spread (from realmicu)
|
||||||
|
- Bugfix: TA1 meridian hammer did not glow (from realmicu)
|
||||||
|
- Bugfix: power.power_available() did not check the network state
|
||||||
|
|
||||||
**2020-07-31 V0.20**
|
**2020-07-31 V0.20**
|
||||||
- Pull request #21: Lua Controller: Allow to get itemstring and description of 8x2000 chest contents (from Thomas-S)
|
- Pull request #21: Lua Controller: Allow to get itemstring and description of 8x2000 chest contents (from Thomas-S)
|
||||||
- Pull request #22: Trowel: Prevent hidden nodes from being dug (from Thomas-S)
|
- Pull request #22: Trowel: Prevent hidden nodes from being dug (from Thomas-S)
|
||||||
|
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 = 0.20
|
techage.version = 0.21
|
||||||
|
|
||||||
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