mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-25 16:43:50 +01:00
industrial lamps added
This commit is contained in:
parent
bdcb9172a6
commit
79d2d3f4a2
@ -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.
|
- 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
|
- The Quarry now uses LVM techniques to go down up to 100 meter
|
||||||
- Ladders, stairways, and bridges added (tubelib_stairway) for the machines
|
- Ladders, stairways, and bridges added (tubelib_stairway) for the machines
|
||||||
|
- Industrial lamps
|
||||||
|
|
||||||
|
|
||||||
## New in v2 (from admins point of view)
|
## New in v2 (from admins point of view)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Tubelib Extension with Control Blocks \[tubelib_addons2\]
|
# Tubelib Extension with Control Blocks \[tubelib_addons2\]
|
||||||
|
|
||||||
This extension provides Timer, Sequencer, Repeater, Gate, Door, Access Lock,
|
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)
|
A Tutorial to this Mod is available as ![Wiki](https://github.com/joe7575/techpack/wiki)
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
default
|
default
|
||||||
tubelib
|
tubelib
|
||||||
|
basic_materials
|
||||||
mesecons?
|
mesecons?
|
||||||
unifieddyes?
|
unifieddyes?
|
@ -3,7 +3,7 @@
|
|||||||
Tubelib Addons 2
|
Tubelib Addons 2
|
||||||
================
|
================
|
||||||
|
|
||||||
Copyright (C) 2017-2018 Joachim Stolberg
|
Copyright (C) 2017-2019 Joachim Stolberg
|
||||||
|
|
||||||
LGPLv2.1+
|
LGPLv2.1+
|
||||||
See LICENSE.txt for more information
|
See LICENSE.txt for more information
|
||||||
|
Loading…
Reference in New Issue
Block a user