add {slippery} group to ice stairs

This commit is contained in:
tenplus1 2024-07-12 13:45:42 +01:00
parent 0994131190
commit 6fc15c1a18

View File

@ -451,7 +451,7 @@ if minetest.get_modpath("default") then
nil, true)
my_register_all("ice", "default:ice",
{cracky = 3, cools_lava = 1},
{cracky = 3, cools_lava = 1, slippery = 3},
{"default_ice.png"},
"Ice",
nil, true)