mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-10 12:10:20 +01:00
Snow: Make players sink into 'default:snow' by 3/16 node
This commit is contained in:
parent
145b7bfef3
commit
ed1d64d8aa
|
@ -581,6 +581,12 @@ minetest.register_node("default:snow", {
|
||||||
{-0.5, -0.5, -0.5, 0.5, -0.25, 0.5},
|
{-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},
|
groups = {crumbly = 3, falling_node = 1, puts_out_fire = 1, snowy = 1},
|
||||||
sounds = default.node_sound_snow_defaults(),
|
sounds = default.node_sound_snow_defaults(),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user