Rename teleport blocks

This commit is contained in:
Joachim Stolberg 2022-01-03 11:40:45 +01:00
parent dab2199a58
commit 950086aefb
3 changed files with 7 additions and 3 deletions

View File

@ -80,6 +80,10 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
### History
**2022-01-03 V1.06**
- TA5 teleport blocks added
- Many improvements
**2021-12-25 V1.05**
- Support for the mod i3 added (thanks to ghaydn)
- TA5 enabled
@ -88,7 +92,7 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
**2021-12-12 V1.04**
- TA4 Collider added (experimental)
- move, turn, sound, and fly blocks added
- TA5 (future) introduced (TA4 is now the "now age")
- TA5 (future) introduced (TA4 is now the "present")
**2021-10-24 V1.03**
- Add TA4 Sequencer for time controlled command sequences

View File

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

View File

@ -1,4 +1,4 @@
name = techage
depends = default,doors,flowers,tubelib2,networks,basic_materials,bucket,stairs,screwdriver,minecart,lcdlib,safer_lua
optional_depends = unified_inventory,wielded_light,unifieddyes,moreores,ethereal,mesecon,digtron,bakedclay,moreblocks,i3
description = Techage, go through 4 tech ages in search of wealth and power!
description = Techage, go through 5 tech ages in search of wealth and power!