forked from VoxeLibre/VoxeLibre
Use inventory icon as wield img for armor stand
This commit is contained in:
parent
46bf871ba2
commit
84d6015084
|
@ -76,6 +76,7 @@ minetest.register_node("3d_armor_stand:armor_stand", {
|
|||
drawtype = "mesh",
|
||||
mesh = "3d_armor_stand.obj",
|
||||
inventory_image = "3d_armor_stand_item.png",
|
||||
wield_image = "3d_armor_stand_item.png",
|
||||
tiles = {"default_wood.png", "default_steel_block.png"},
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
|
|
Loading…
Reference in New Issue