mirror of
https://github.com/Sokomine/locks.git
synced 2024-11-16 15:10:17 +01:00
no pipeworks input slot on front side of chest anymore
This commit is contained in:
parent
06b8ea5e26
commit
f402756940
1
init.lua
1
init.lua
|
@ -21,6 +21,7 @@
|
||||||
-- Version 2.00
|
-- Version 2.00
|
||||||
|
|
||||||
-- Changelog:
|
-- Changelog:
|
||||||
|
-- 30.07.2018 * Front side of chest does not get pipeworks image anymore.
|
||||||
-- 30.07.2018 * Fixed bug with pipeworks.
|
-- 30.07.2018 * Fixed bug with pipeworks.
|
||||||
-- * Repaired password.
|
-- * Repaired password.
|
||||||
-- * Converted back to unix file format.
|
-- * Converted back to unix file format.
|
||||||
|
|
|
@ -15,7 +15,8 @@ if( locks.pipeworks_enabled ) then
|
||||||
"default_chest_top.png^pipeworks_tube_connection_wooden.png",
|
"default_chest_top.png^pipeworks_tube_connection_wooden.png",
|
||||||
"default_chest_side.png^pipeworks_tube_connection_wooden.png",
|
"default_chest_side.png^pipeworks_tube_connection_wooden.png",
|
||||||
"default_chest_side.png^pipeworks_tube_connection_wooden.png",
|
"default_chest_side.png^pipeworks_tube_connection_wooden.png",
|
||||||
"default_chest_side.png^pipeworks_tube_connection_wooden.png"};
|
"default_chest_side.png^pipeworks_tube_connection_wooden.png",
|
||||||
|
"default_chest_front.png"};
|
||||||
locks.chest_add.groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,
|
locks.chest_add.groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,
|
||||||
tubedevice = 1, tubedevice_receiver = 1 };
|
tubedevice = 1, tubedevice_receiver = 1 };
|
||||||
locks.chest_add.tube = {
|
locks.chest_add.tube = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user