diff --git a/README.md b/README.md index e16c1ae..69914bd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/init.lua b/init.lua index cf01123..61dfbd1 100644 --- a/init.lua +++ b/init.lua @@ -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!") diff --git a/mod.conf b/mod.conf index e4afcb0..4fae9d8 100644 --- a/mod.conf +++ b/mod.conf @@ -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!