Skip to content
Snippets Groups Projects
Unverified Commit 52c6921c authored by Paramat's avatar Paramat Committed by GitHub
Browse files

Make default:snow collisionbox half of nodebox height (#2647)

parent bd64188e
Branches
No related tags found
No related merge requests found
......@@ -621,7 +621,7 @@ minetest.register_node("default:snow", {
collision_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, -7 / 16, 0.5},
{-0.5, -0.5, -0.5, 0.5, -6 / 16, 0.5},
},
},
groups = {crumbly = 3, falling_node = 1, snowy = 1},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment