Skip to content

Commit

Permalink
Make default:snow collisionbox half of nodebox height (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Apr 14, 2020
1 parent bd64188 commit 52c6921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/nodes.lua
Expand Up @@ -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},
Expand Down

0 comments on commit 52c6921

Please sign in to comment.