Skip to content
Snippets Groups Projects
Commit 20687a63 authored by rubenwardy's avatar rubenwardy
Browse files

Make ice slippery

parent b431ae1c
Branches
No related tags found
No related merge requests found
......@@ -560,7 +560,7 @@ minetest.register_node("default:ice", {
tiles = {"default_ice.png"},
is_ground_content = false,
paramtype = "light",
groups = {cracky = 3, puts_out_fire = 1, cools_lava = 1},
groups = {cracky = 3, puts_out_fire = 1, cools_lava = 1, slippery = 3},
sounds = default.node_sound_glass_defaults(),
})
......
......@@ -765,7 +765,7 @@ stairs.register_stair_and_slab(
stairs.register_stair_and_slab(
"ice",
"default:ice",
{cracky = 3, puts_out_fire = 1, cools_lava = 1},
{cracky = 3, puts_out_fire = 1, cools_lava = 1, slippery = 3},
{"default_ice.png"},
"Ice Stair",
"Ice Slab",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment