forked from VoxeLibre/VoxeLibre
Add item image for armor stand
This commit is contained in:
parent
1da7328797
commit
8e3725cb5b
|
@ -84,6 +84,7 @@ minetest.register_node("3d_armor_stand:armor_stand", {
|
||||||
description = "Armor Stand",
|
description = "Armor Stand",
|
||||||
drawtype = "mesh",
|
drawtype = "mesh",
|
||||||
mesh = "3d_armor_stand.obj",
|
mesh = "3d_armor_stand.obj",
|
||||||
|
inventory_image = "3d_armor_stand_item.png",
|
||||||
tiles = {"default_wood.png", "default_steel_block.png"},
|
tiles = {"default_wood.png", "default_steel_block.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Loading…
Reference in New Issue