Update to v1.10
This commit is contained in:
parent
7cfc5c3840
commit
39cbeea15e
13
README.md
13
README.md
@ -89,6 +89,19 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### History
|
||||||
|
|
||||||
|
**2023-02-04 V1.10**
|
||||||
|
- Improve flycontroller
|
||||||
|
- Remove handover for movecontroller
|
||||||
|
- Rename "techage:signal_lamp" to "techage:color_lamp"
|
||||||
|
- Rename "techage:signal_lamp2" to "techage:color_lamp2"
|
||||||
|
- Add countdown mode to TA4 Detector
|
||||||
|
- Adapt to new beduino and minecart versions
|
||||||
|
- Improve manuals
|
||||||
|
- flycontroller/movecontroller: Allow moving blocks through unloaded areas
|
||||||
|
- playerdetector: Add wrench menu to configure search radius
|
||||||
|
- Default furnace: Don't use items filled from the top as fuel
|
||||||
|
- Many further improvements and bug fixes from joe7575 and Niklp09
|
||||||
|
|
||||||
**2022-09-03 V1.09**
|
**2022-09-03 V1.09**
|
||||||
- Change the way items are pushed
|
- Change the way items are pushed
|
||||||
- Add "Flow Limiter" mode to TA4 pump and TA4 pusher
|
- Add "Flow Limiter" mode to TA4 pump and TA4 pusher
|
||||||
|
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.08
|
techage.version = 1.10
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user