forked from nalc/homedecor_modpack
give coat tree an inv image
This commit is contained in:
parent
f65bc506e3
commit
63e697cbb6
@ -976,9 +976,9 @@ minetest.register_node("homedecor:coatrack_wallmount", {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
minetest.register_node("homedecor:coat_tree", {
|
minetest.register_node("homedecor:coat_tree", {
|
||||||
tiles = { "homedecor_coatrack_wood.png" },
|
tiles = { "homedecor_coatrack_wood.png" },
|
||||||
|
inventory_image = "homedecor_coatrack_inv.png",
|
||||||
description = "Coat tree",
|
description = "Coat tree",
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
BIN
homedecor/textures/homedecor_coatrack_inv.png
Normal file
BIN
homedecor/textures/homedecor_coatrack_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user