diff --git a/README.md b/README.md index 65988e4..504902a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - A Forceload block (16x16x16) is added which keeps the corresponding area loaded and the machines operational as far as the player is logged in. - The Quarry now uses LVM techniques to go down up to 100 meter - Ladders, stairways, and bridges added (tubelib_stairway) for the machines +- Industrial lamps ## New in v2 (from admins point of view) diff --git a/tubelib_addons2/README.md b/tubelib_addons2/README.md index c474b7f..97e56ef 100644 --- a/tubelib_addons2/README.md +++ b/tubelib_addons2/README.md @@ -1,7 +1,7 @@ # Tubelib Extension with Control Blocks \[tubelib_addons2\] This extension provides Timer, Sequencer, Repeater, Gate, Door, Access Lock, -Mesecons Converter and Color Lamp nodes, all with tubelib communication support. +Mesecons Converter and different kinds of Lamps, all with tubelib communication support. A Tutorial to this Mod is available as ![Wiki](https://github.com/joe7575/techpack/wiki) diff --git a/tubelib_addons2/depends.txt b/tubelib_addons2/depends.txt index 46d6730..b9433b2 100644 --- a/tubelib_addons2/depends.txt +++ b/tubelib_addons2/depends.txt @@ -1,4 +1,5 @@ default tubelib +basic_materials mesecons? unifieddyes? \ No newline at end of file diff --git a/tubelib_addons2/industriallamp.lua b/tubelib_addons2/industriallamp.lua index a3a5aab..6fb52d5 100644 --- a/tubelib_addons2/industriallamp.lua +++ b/tubelib_addons2/industriallamp.lua @@ -3,7 +3,7 @@ Tubelib Addons 2 ================ - Copyright (C) 2017-2018 Joachim Stolberg + Copyright (C) 2017-2019 Joachim Stolberg LGPLv2.1+ See LICENSE.txt for more information