Skip to content

Commit

Permalink
Snow: Make players sink into 'default:snow' by 3/16 node
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed May 31, 2018
1 parent 145b7bf commit ed1d64d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mods/default/nodes.lua
Expand Up @@ -581,6 +581,12 @@ minetest.register_node("default:snow", {
{-0.5, -0.5, -0.5, 0.5, -0.25, 0.5},
},
},
collision_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, -7 / 16, 0.5},
},
},
groups = {crumbly = 3, falling_node = 1, puts_out_fire = 1, snowy = 1},
sounds = default.node_sound_snow_defaults(),
Expand Down

0 comments on commit ed1d64d

Please sign in to comment.