built on 16/08/2021 20:43:16

This commit is contained in:
Joachim Stolberg 2021-08-16 20:43:16 +02:00
parent 72502028c0
commit 942c12e7b5
3 changed files with 20 additions and 1 deletions

View File

@ -47,6 +47,15 @@ ta4_jetpack requires the modpack 3d_armor. 3d_armor is itself a modpack and can'
### History
#### 2021-08-16
Changed Mods:
- techage (see readme and constuction board)
Updated Mods:
- minecart
#### 2021-08-01
Newly added mods (must be activated!):

View File

@ -81,6 +81,16 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
### History
**2021-08-16 V1.01**
- Allow singleplayer to place lava on y>0.
- Logic block: allow to use output numbers for the expression
- Pull request #60: Allow to pause the sequencer with a TechAge command (by Thomas-S)
- Pull request #61: Allow sharing the button based on protection (by Thomas-S)
- Pull request #62: Allow picking TA3 Tiny Generator with fuel (by realmicu)
- Add TA1 watermill
- Fix TA4 LED Grow Light bug
- Fix grinder recipe bu
**2021-07-23 V1.00**
- Change the way, power distribution works
- Add TA2 storage system

View File

@ -13,7 +13,7 @@
techage = {}
-- Version for compatibility checks, see readme.md/history
techage.version = 1.00
techage.version = 1.01
if minetest.global_exists("tubelib") then
minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")