diff options
| -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.pngBinary files differ new 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.pngBinary files differ new file mode 100644 index 0000000..1c674da --- /dev/null +++ b/textures/trash_can_wooden_top.png | 
