forked from nalc/homedecor_modpack
give coat tree an inv image
This commit is contained in:
parent
f65bc506e3
commit
63e697cbb6
|
@ -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 = {
|
||||
|
|
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