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

@ -2,8 +2,8 @@ minetest.register_entity("mcl_itemframes:item",{
hp_max = 1,
visual = "wielditem",
visual_size = {x=0.3,y=0.3},
collisionbox = {0,0,0,0,0,0},
physical = false,
pointable = false,
textures = { "empty.png" },
_texture = "empty.png",