From bcbb4fcec4c6a9f2f59919c6ef3ecd83276c8ae4 Mon Sep 17 00:00:00 2001 From: proller Date: Tue, 29 Oct 2013 21:25:16 +0400 Subject: [PATCH] next --- mods/default/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 051ce080..91e3b581 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -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", })