mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Make default:snow collisionbox half of nodebox height
This commit is contained in:
parent
fbbc7fc996
commit
8d91a859bd
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