Make armor stand fake entity non-pointable

This commit is contained in:
Wuzzy 2017-03-21 04:00:16 +01:00
parent daf4a6f5f2
commit 3b1372fa35
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ minetest.register_entity("3d_armor_stand:armor_entity", {
visual = "mesh",
mesh = "3d_armor_entity.obj",
visual_size = {x=1, y=1},
collisionbox = {-0.1,-0.4,-0.1, 0.1,1.3,0.1},
collisionbox = {0,0,0,0,0,0},
textures = {"3d_armor_trans.png"},
pos = nil,
timer = 0,