Techage v1.18

This commit is contained in:
Joachim Stolberg 2023-11-05 13:11:32 +01:00
parent 4e77cfab70
commit 11c3dea912
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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!")