Add TA1 watermill

This commit is contained in:
Joachim Stolberg 2021-08-16 20:40:09 +02:00
parent 55fccd5245
commit b491ff70ce
2 changed files with 11 additions and 1 deletions

View File

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

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