diff options
author | Tim <idn.inbox@yahoo.com> | 2013-11-19 14:11:00 +0100 |
---|---|---|
committer | Tim <idn.inbox@yahoo.com> | 2013-11-19 14:11:00 +0100 |
commit | bb16515b1f22216e059db52cd74d7ff01ad17c69 (patch) | |
tree | 2b192d874f916e8d2412f6d9ce9708fb8393404c | |
parent | 0f7d983f80a321fdafef0b67be798ef2731ad9d2 (diff) |
replace shared chest textures with their own version based on the technic-chest look
-rw-r--r-- | chest.lua | 2 | ||||
-rw-r--r-- | textures/landrush_shared_chest_front.png | bin | 0 -> 542 bytes | |||
-rw-r--r-- | textures/landrush_shared_chest_side.png | bin | 0 -> 514 bytes | |||
-rw-r--r-- | textures/landrush_shared_chest_top.png | bin | 0 -> 461 bytes |
4 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ minetest.register_node("landrush:shared_chest", { description = "Land Rush Shared Chest", - tiles = {"default_chest_top.png", "default_chest_top.png", "default_chest_side.png", "default_chest_side.png", "default_chest_side.png", "default_chest_lock.png"}, + tiles = {"landrush_shared_chest_top.png", "landrush_shared_chest_top.png", "landrush_shared_chest_side.png", "landrush_shared_chest_side.png", "landrush_shared_chest_side.png", "landrush_shared_chest_front.png"}, groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,tubedevice=1,tubedevice_receiver=1}, legacy_facedir_simple = true, sounds = default.node_sound_wood_defaults(), diff --git a/textures/landrush_shared_chest_front.png b/textures/landrush_shared_chest_front.png Binary files differnew file mode 100644 index 0000000..13b8e04 --- /dev/null +++ b/textures/landrush_shared_chest_front.png diff --git a/textures/landrush_shared_chest_side.png b/textures/landrush_shared_chest_side.png Binary files differnew file mode 100644 index 0000000..dc79091 --- /dev/null +++ b/textures/landrush_shared_chest_side.png diff --git a/textures/landrush_shared_chest_top.png b/textures/landrush_shared_chest_top.png Binary files differnew file mode 100644 index 0000000..790f68a --- /dev/null +++ b/textures/landrush_shared_chest_top.png |