Make many entities non-pointable

This commit is contained in:
Wuzzy 2019-03-07 03:53:06 +01:00
parent 7ca999626d
commit 66c6b373a5
9 changed files with 12 additions and 5 deletions

View file

@ -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)