Fix trash can not receiving big objects thrown into

This commit is contained in:
jp 2015-08-04 17:18:38 +02:00
parent c4cf0cd594
commit 06e8ea361c
2 changed files with 1 additions and 5 deletions

View File

@ -563,11 +563,7 @@ xdecor.register("trash_can", {
collision_box = {
type = "fixed",
fixed = {
{-0.375, -0.5, 0.375, 0.375, 0.25, 0.375},
{0.375, -0.5, -0.375, 0.375, 0.25, 0.375},
{-0.375, -0.5, -0.375, 0.375, 0.25, -0.375},
{-0.375, -0.5, -0.375, -0.375, 0.25, 0.375},
{-0.375, -0.5, -0.375, 0.375, -0.4375, 0.375}
{-0.375, -0.5, -0.375, 0.375, 0.19, 0.375}
}
},
on_construct = function(pos)

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB