From 942c12e7b5c67de330dd1e23ae16b5509248a954 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Mon, 16 Aug 2021 20:43:16 +0200 Subject: [PATCH] built on 16/08/2021 20:43:16 --- README.md | 9 +++++++++ techage/README.md | 10 ++++++++++ techage/init.lua | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae2cc12..33a97db 100644 --- a/README.md +++ b/README.md @@ -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!): diff --git a/techage/README.md b/techage/README.md index 554e2aa..9231472 100644 --- a/techage/README.md +++ b/techage/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/techage/init.lua b/techage/init.lua index 363b9f0..c4cd9af 100644 --- a/techage/init.lua +++ b/techage/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!")