mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 04:11:24 +00:00
Make default:snow collisionbox half of nodebox height (#2647)
This commit is contained in:
parent
bd64188ee5
commit
52c6921cb2
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Reference in a new issue