mirror of
https://github.com/Sokomine/cottages.git
synced 2024-11-05 01:50:20 +01:00
added collision box for the tub
This commit is contained in:
parent
67ade147e3
commit
b300e9e4b0
|
@ -178,6 +178,11 @@ end
|
|||
fixed = {
|
||||
{-0.5, -0.5, -0.5, 0.5,-0.1, 0.5},
|
||||
}},
|
||||
collision_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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user