built on 16/08/2021 20:43:16
This commit is contained in:
parent
72502028c0
commit
942c12e7b5
@ -47,6 +47,15 @@ ta4_jetpack requires the modpack 3d_armor. 3d_armor is itself a modpack and can'
|
|||||||
### History
|
### History
|
||||||
|
|
||||||
|
|
||||||
|
#### 2021-08-16
|
||||||
|
|
||||||
|
Changed Mods:
|
||||||
|
- techage (see readme and constuction board)
|
||||||
|
|
||||||
|
Updated Mods:
|
||||||
|
- minecart
|
||||||
|
|
||||||
|
|
||||||
#### 2021-08-01
|
#### 2021-08-01
|
||||||
|
|
||||||
Newly added mods (must be activated!):
|
Newly added mods (must be activated!):
|
||||||
|
@ -81,6 +81,16 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so:
|
|||||||
|
|
||||||
### History
|
### 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**
|
**2021-07-23 V1.00**
|
||||||
- Change the way, power distribution works
|
- Change the way, power distribution works
|
||||||
- Add TA2 storage system
|
- Add TA2 storage system
|
||||||
|
@ -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.00
|
techage.version = 1.01
|
||||||
|
|
||||||
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