From 2e61072bd90e448a6f8fd6517cfa8a6671ec7244 Mon Sep 17 00:00:00 2001 From: 4Evergreen4 Date: Wed, 19 Jun 2013 18:09:55 -0400 Subject: Added textures for trash can --- init.lua | 2 +- textures/trash_can_wooden.png | Bin 0 -> 464 bytes textures/trash_can_wooden_top.png | Bin 0 -> 356 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 textures/trash_can_wooden.png create mode 100644 textures/trash_can_wooden_top.png diff --git a/init.lua b/init.lua index a869394..d465316 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ minetest.register_node("trash_can:trash_can_wooden",{ groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3}, - tiles = {"default_wood.png"}, + tiles = {"trash_can_wooden_top.png", "trash_can_wooden_top.png", "trash_can_wooden.png"}, description = "Wooden Trash Can", drawtype="nodebox", paramtype = "light", diff --git a/textures/trash_can_wooden.png b/textures/trash_can_wooden.png new file mode 100644 index 0000000..7ba44d8 Binary files /dev/null and b/textures/trash_can_wooden.png differ diff --git a/textures/trash_can_wooden_top.png b/textures/trash_can_wooden_top.png new file mode 100644 index 0000000..1c674da Binary files /dev/null and b/textures/trash_can_wooden_top.png differ -- cgit v1.2.3