forked from mtcontrib/minetest-mod-snow
Fix snow walkability
Fixes stair-like snow slopes
This commit is contained in:
parent
de45f53153
commit
036f502968
|
@ -396,6 +396,10 @@ minetest.override_item("default:snow", {
|
|||
type = "leveled",
|
||||
fixed = {-0.5, -0.5, -0.5, 0.5, -0.5, 0.5},
|
||||
},
|
||||
collision_box = {
|
||||
type = "leveled",
|
||||
fixed = {-0.5, -0.5, -0.5, 0.5, -0.5, 0.5},
|
||||
},
|
||||
selection_box = {
|
||||
type = "leveled",
|
||||
fixed = {-0.5, -0.5, -0.5, 0.5, -0.5, 0.5},
|
||||
|
|
Loading…
Reference in New Issue
Block a user