mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Make ice slippery
This commit is contained in:
parent
b431ae1c77
commit
20687a6301
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue