Set collide_with_objects=false for dropped items

master
PilzAdam 2013-08-07 14:33:47 +02:00
parent 67bc5e0807
commit 096e180465
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ minetest.register_entity(":__builtin:item", {
textures = {""},
spritediv = {x=1, y=1},
initial_sprite_basepos = {x=0, y=0},
collide_with_objects = false,
is_visible = false,
},