Make many entities non-pointable
This commit is contained in:
parent
7ca999626d
commit
66c6b373a5
9 changed files with 12 additions and 5 deletions
|
@ -5,6 +5,7 @@ minetest.register_entity("mcl_end:ender_eye", {
|
|||
textures = {"mcl_end_ender_eye.png"},
|
||||
visual_size = {x=1.5, y=1.5},
|
||||
collisionbox = {0,0,0,0,0,0},
|
||||
pointable = false,
|
||||
|
||||
-- Save and restore age
|
||||
get_staticdata = function(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue