This commit is contained in:
proller 2013-10-29 21:19:54 +04:00
parent dcccf5016d
commit 60a773b046

View file

@ -137,7 +137,7 @@ minetest.register_node("default:sand", {
description = "Sand",
tiles = {"default_sand.png"},
is_ground_content = true,
groups = {crumbly=3, falling_node=1, sand=1, melt=1000},
groups = {crumbly=3, falling_node=1, sand=1},
freezemelt = "default:glass",
sounds = default.node_sound_sand_defaults(),
})