Make default:snow collisionbox half of nodebox height (#2647)
authorParamat <paramat@users.noreply.github.com>
Tue, 14 Apr 2020 17:09:24 +0000 (18:09 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 17:09:24 +0000 (19:09 +0200)
mods/default/nodes.lua

index 3b8b51156a32c1eda3affbd2ae62ac7fccb256c9..0a7ba436ed0223a482312e6b7408b690d2096219 100644 (file)
@@ -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},