mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-27 11:47:32 +01:00
Revert "Make armor stand fake entity non-pointable"
This reverts commit 3b1372fa351ad9b7e33ed3a6e731af0464d6b9c9.
This commit is contained in:
parent
3b1372fa35
commit
58a8673e76
@ -185,7 +185,7 @@ minetest.register_entity("3d_armor_stand:armor_entity", {
|
|||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "3d_armor_entity.obj",
|
mesh = "3d_armor_entity.obj",
|
||||||
visual_size = {x=1, y=1},
|
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"},
|
textures = {"3d_armor_trans.png"},
|
||||||
pos = nil,
|
pos = nil,
|
||||||
timer = 0,
|
timer = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user