From 944bccaf5db22dcf151a9f2505121a879653bed0 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 27 May 2018 12:09:10 +0200 Subject: [PATCH] V1.05: Ceiling lamp added, further improvements --- .gitignore | 1 + README.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 34ff104..5590841 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ luac.out .buildpath .project org.eclipse.* +*.lua.new \ No newline at end of file diff --git a/README.md b/README.md index c9b10b6..6626b5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TechPack V1.04 +# TechPack V1.05 TechPack, a Mining, Crafting, & Farming Modpack for Minetest. @@ -25,7 +25,7 @@ TechPack provides: - a Distributor node with 4 output channels to sort incoming items - a Blackhole node which lets all items disappear - Button/switches to send "switch on/off" messages -- Lamp nodes in different colors (can be switched on/off) +- Several lamp nodes in different colors (can be switched on/off) - a Quarry node to dig for stones and other ground nodes - a Harvester node to chop wood, leaves and crops - a Grinder node to grind cobble stone to gravel @@ -77,3 +77,4 @@ Gravelsieve optional: moreores, hopper, pipeworks - 2018-03-27 V1.02 * Timer improvements for unloaded areas - 2018-03-29 V1.03 * Area protected chest added to tubelib_addons1 - 2018-03-31 V1.04 * Maintenance, minor issues, Unifieddyes support for Color Lamp, Street Lamp added +- 2018-04-27 V1.05 * Ceiling lamp added, further improvements