Fix syntax and duplicate

This commit is contained in:
Jat 2013-01-15 04:48:42 +01:00
parent d5cc51a396
commit 7fc0d6efa1

View file

@ -829,7 +829,7 @@ minetest.register_node("default:desert_sand", {
description = "Desert Sand",
tiles = {"default_desert_sand.png"},
is_ground_content = true,
groups = {sand=1, crumbly=3, falling_node=1, sand=1},
groups = {crumbly=3, falling_node=1, sand=1},
sounds = default.node_sound_sand_defaults(),
})