Update README for v1.02
This commit is contained in:
parent
3ff6ca909f
commit
e7cde49228
@ -81,6 +81,10 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### History
|
||||||
|
|
||||||
|
**2021-09-18 V1.02**
|
||||||
|
- TA4 Chest: Fix items disappearing (PR #64 by Thomas--S)
|
||||||
|
- Add support for colored cables (PR #63 by Thomas--S)
|
||||||
|
|
||||||
**2021-08-16 V1.01**
|
**2021-08-16 V1.01**
|
||||||
- Allow singleplayer to place lava on y>0.
|
- Allow singleplayer to place lava on y>0.
|
||||||
- Logic block: allow to use output numbers for the expression
|
- Logic block: allow to use output numbers for the expression
|
||||||
|
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.01
|
techage.version = 1.02
|
||||||
|
|
||||||
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