mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Use inventory icon as wield img for armor stand
This commit is contained in:
parent
46bf871ba2
commit
84d6015084
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue