Techage v1.18
This commit is contained in:
parent
4e77cfab70
commit
11c3dea912
18
README.md
18
README.md
@ -95,6 +95,24 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### History
|
||||||
|
|
||||||
|
**2023-11-05 V1.18**
|
||||||
|
|
||||||
|
- Add TA2 clutch
|
||||||
|
- TA5 Generator: Add generator menu
|
||||||
|
- TA4 Injector: Allow rotation with a screwdriver
|
||||||
|
- Escape equal sign in german translation (Niklp09)
|
||||||
|
- Autocrafter: Add Beduino command interface
|
||||||
|
- Autocrafter: Add flush command
|
||||||
|
- Fix converter stores mesecon signals (Niklp09)
|
||||||
|
- TA1 Gravel Sieve: Use proper player creative check (Niklp09)
|
||||||
|
- TA4 Chest: Add storesize command
|
||||||
|
- Improve Assembly Tool
|
||||||
|
- Furnace: Fix burn time issue
|
||||||
|
- Allow further types of cobblestone for the coalburner
|
||||||
|
- Fix water mill river water bug (alwayshopeless)
|
||||||
|
- Improve manual
|
||||||
|
- Further improvements
|
||||||
|
|
||||||
**2023-08-25 V1.17**
|
**2023-08-25 V1.17**
|
||||||
|
|
||||||
- Add support for doclib / remove techage internal doc support
|
- Add support for doclib / remove techage internal doc support
|
||||||
|
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.17
|
techage.version = 1.18
|
||||||
|
|
||||||
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