Fix duplicate in default 117/head
authorJat <jinan15@hotmail.com>
Wed, 6 Feb 2013 01:43:48 +0000 (02:43 +0100)
committerJat <jinan15@hotmail.com>
Wed, 6 Feb 2013 01:43:48 +0000 (02:43 +0100)
mods/default/init.lua

index 459c06d932f8158945a232d15992b7e6a6a4f6d1..9f69bf3ce7f65d264933eb2df82c088286a2eb36 100644 (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(),
 })