added selection box for the tub

This commit is contained in:
Sokomine 2015-08-26 05:31:32 +02:00
parent 24ddd101ff
commit 67ade147e3
1 changed files with 5 additions and 0 deletions

View File

@ -173,6 +173,11 @@ end
drawtype = "mesh",
mesh = "cottages_tub.obj",
tiles = {"cottages_barrel.png" },
selection_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5,-0.1, 0.5},
}},
groups = { tree = 1, snappy = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2
},
is_ground_content = false,