Rename teleport blocks
This commit is contained in:
parent
dab2199a58
commit
950086aefb
@ -80,6 +80,10 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### History
|
||||||
|
|
||||||
|
**2022-01-03 V1.06**
|
||||||
|
- TA5 teleport blocks added
|
||||||
|
- Many improvements
|
||||||
|
|
||||||
**2021-12-25 V1.05**
|
**2021-12-25 V1.05**
|
||||||
- Support for the mod i3 added (thanks to ghaydn)
|
- Support for the mod i3 added (thanks to ghaydn)
|
||||||
- TA5 enabled
|
- 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**
|
**2021-12-12 V1.04**
|
||||||
- TA4 Collider added (experimental)
|
- TA4 Collider added (experimental)
|
||||||
- move, turn, sound, and fly blocks added
|
- 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**
|
**2021-10-24 V1.03**
|
||||||
- Add TA4 Sequencer for time controlled command sequences
|
- Add TA4 Sequencer for time controlled command sequences
|
||||||
|
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.05
|
techage.version = 1.06
|
||||||
|
|
||||||
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!")
|
||||||
|
2
mod.conf
2
mod.conf
@ -1,4 +1,4 @@
|
|||||||
name = techage
|
name = techage
|
||||||
depends = default,doors,flowers,tubelib2,networks,basic_materials,bucket,stairs,screwdriver,minecart,lcdlib,safer_lua
|
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
|
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!
|
||||||
|
Loading…
Reference in New Issue
Block a user