From bb16515b1f22216e059db52cd74d7ff01ad17c69 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 19 Nov 2013 14:11:00 +0100 Subject: replace shared chest textures with their own version based on the technic-chest look --- chest.lua | 2 +- textures/landrush_shared_chest_front.png | Bin 0 -> 542 bytes textures/landrush_shared_chest_side.png | Bin 0 -> 514 bytes textures/landrush_shared_chest_top.png | Bin 0 -> 461 bytes 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 textures/landrush_shared_chest_front.png create mode 100644 textures/landrush_shared_chest_side.png create mode 100644 textures/landrush_shared_chest_top.png diff --git a/chest.lua b/chest.lua index a328f6b..8746355 100644 --- a/chest.lua +++ b/chest.lua @@ -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 new file mode 100644 index 0000000..13b8e04 Binary files /dev/null and b/textures/landrush_shared_chest_front.png differ diff --git a/textures/landrush_shared_chest_side.png b/textures/landrush_shared_chest_side.png new file mode 100644 index 0000000..dc79091 Binary files /dev/null and b/textures/landrush_shared_chest_side.png differ diff --git a/textures/landrush_shared_chest_top.png b/textures/landrush_shared_chest_top.png new file mode 100644 index 0000000..790f68a Binary files /dev/null and b/textures/landrush_shared_chest_top.png differ -- cgit v1.2.3