make powdery snow less slippy, but slightly slipper than a normal block

master
Jordan Snelling 2018-02-14 16:47:10 +00:00
parent 965fcd84c5
commit 65da01e61c
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ minetest.register_node("core:snow", {
{-0.5, -0.5, -0.5, 0.5, -0.25, 0.5},
},
},
groups = {crumbly = 3, falling_node = 1, puts_out_fire = 1, slippery=2},
groups = {crumbly = 3, falling_node = 1, puts_out_fire = 1, slippery=1},
sounds = mcore.sound_snow;
walkable = false,