mirror of
https://github.com/Sokomine/locks.git
synced 2025-01-07 13:07:32 +01:00
show locks texture on front of chest
This commit is contained in:
parent
c7914acec2
commit
042cfddbac
1
init.lua
1
init.lua
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
-- Changelog:
|
-- Changelog:
|
||||||
-- 30.07.2018 * Front side of chest does not get pipeworks image anymore.
|
-- 30.07.2018 * Front side of chest does not get pipeworks image anymore.
|
||||||
|
-- Instead it always shows the locks texture as overlay.
|
||||||
-- 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.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
locks.chest_add = {};
|
locks.chest_add = {};
|
||||||
locks.chest_add.tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png",
|
locks.chest_add.tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png",
|
||||||
"default_chest_side.png", "default_chest_side.png", "default_chest_front.png"};
|
"default_chest_side.png", "default_chest_side.png", "default_chest_front.png^locks_lock16.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};
|
||||||
locks.chest_add.tube = {};
|
locks.chest_add.tube = {};
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ if( locks.pipeworks_enabled ) then
|
|||||||
"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"};
|
"default_chest_front.png^locks_lock16.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