summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author4Evergreen4 <eljohnson@frontier.com>2013-06-19 18:09:55 -0400
committer4Evergreen4 <eljohnson@frontier.com>2013-06-19 18:09:55 -0400
commit2e61072bd90e448a6f8fd6517cfa8a6671ec7244 (patch)
treee98e12f9b847b96fe2367722e8f8c955a2e33bab
parentfe65e136d7047140268465a000c879e809bc7f2b (diff)
Added textures for trash can
-rw-r--r--init.lua2
-rw-r--r--textures/trash_can_wooden.pngbin0 -> 464 bytes
-rw-r--r--textures/trash_can_wooden_top.pngbin0 -> 356 bytes
3 files changed, 1 insertions, 1 deletions
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
--- /dev/null
+++ b/textures/trash_can_wooden.png
Binary files differ
diff --git a/textures/trash_can_wooden_top.png b/textures/trash_can_wooden_top.png
new file mode 100644
index 0000000..1c674da
--- /dev/null
+++ b/textures/trash_can_wooden_top.png
Binary files differ