Make dropped items non-pointable

This commit is contained in:
Wuzzy 2019-08-31 17:42:49 +02:00
parent a525fbace1
commit 06edc935b7

View File

@ -12,6 +12,7 @@ minetest.register_entity(
physical = true,
collisionbox = {-0.125, -0.125, -0.125, 0.125, 0.125, 0.125},
collide_with_objects = false,
pointable = false,
visual = "sprite",
visual_size = {x=0.15, y=0.15},
textures = {""},