give coat tree an inv image

This commit is contained in:
Vanessa Ezekowitz 2014-09-30 13:17:43 -04:00
parent f65bc506e3
commit 63e697cbb6
2 changed files with 3 additions and 3 deletions

View File

@ -976,14 +976,14 @@ minetest.register_node("homedecor:coatrack_wallmount", {
},
})
minetest.register_node("homedecor:coat_tree", {
tiles = { "homedecor_coatrack_wood.png" },
inventory_image = "homedecor_coatrack_inv.png",
description = "Coat tree",
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
groups = {snappy=3},
paramtype2 = "facedir",
groups = {snappy=3},
node_box = {
type = "fixed",
fixed = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB