mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
Add item image for armor stand
This commit is contained in:
parent
1da7328797
commit
8e3725cb5b
2 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||||
|
|
BIN
mods/3d_armor/3d_armor_stand/textures/3d_armor_stand_item.png
Normal file
BIN
mods/3d_armor/3d_armor_stand/textures/3d_armor_stand_item.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
Loading…
Reference in a new issue