Use inventory icon as wield img for armor stand

This commit is contained in:
Wuzzy 2017-06-10 15:18:48 +02:00
parent 46bf871ba2
commit 84d6015084
1 changed files with 1 additions and 0 deletions

View File

@ -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",