mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-09 17:23:51 +01:00
Make default:snow collisionbox half of nodebox height (#2647)
This commit is contained in:
parent
bd64188ee5
commit
52c6921cb2
@ -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…
Reference in New Issue
Block a user