diff options
author | 4Evergreen4 <eljohnson@frontier.com> | 2013-06-19 18:09:55 -0400 |
---|---|---|
committer | 4Evergreen4 <eljohnson@frontier.com> | 2013-06-19 18:09:55 -0400 |
commit | 2e61072bd90e448a6f8fd6517cfa8a6671ec7244 (patch) | |
tree | e98e12f9b847b96fe2367722e8f8c955a2e33bab | |
parent | fe65e136d7047140268465a000c879e809bc7f2b (diff) |
Added textures for trash can
-rw-r--r-- | init.lua | 2 | ||||
-rw-r--r-- | textures/trash_can_wooden.png | bin | 0 -> 464 bytes | |||
-rw-r--r-- | textures/trash_can_wooden_top.png | bin | 0 -> 356 bytes |
3 files changed, 1 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..7ba44d8 --- /dev/null +++ b/textures/trash_can_wooden.png diff --git a/textures/trash_can_wooden_top.png b/textures/trash_can_wooden_top.png Binary files differnew file mode 100644 index 0000000..1c674da --- /dev/null +++ b/textures/trash_can_wooden_top.png |