forked from VoxeLibre/VoxeLibre
Revert "Make armor stand fake entity non-pointable"
This reverts commit 3b1372fa35
.
This commit is contained in:
parent
3b1372fa35
commit
58a8673e76
|
@ -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,0,0,0,0,0},
|
||||
collisionbox = {-0.1,-0.4,-0.1, 0.1,1.3,0.1},
|
||||
textures = {"3d_armor_trans.png"},
|
||||
pos = nil,
|
||||
timer = 0,
|
||||
|
|
Loading…
Reference in New Issue