This commit is contained in:
proller 2013-10-29 21:25:16 +04:00
parent 07f571b672
commit bcbb4fcec4

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, liquid_flow=1, melt=1000},
groups = {crumbly=3, falling_node=1, sand=1},
sounds = default.node_sound_sand_defaults(),
freezemelt = "default:glass",
})