From b491ff70cea646f4c2e2ba182c8deff23a7164cd Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Mon, 16 Aug 2021 20:40:09 +0200 Subject: [PATCH] Add TA1 watermill --- README.md | 10 ++++++++++ init.lua | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 554e2aa..9231472 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/init.lua b/init.lua index 363b9f0..c4cd9af 100644 --- a/init.lua +++ b/init.lua @@ -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!")