projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7163978
)
Fix duplicate in default
117/head
author
Jat
<jinan15@hotmail.com>
Wed, 6 Feb 2013 01:43:48 +0000
(
02:43
+0100)
committer
Jat
<jinan15@hotmail.com>
Wed, 6 Feb 2013 01:43:48 +0000
(
02:43
+0100)
mods/default/init.lua
patch
|
blob
|
history
diff --git
a/mods/default/init.lua
b/mods/default/init.lua
index 459c06d932f8158945a232d15992b7e6a6a4f6d1..9f69bf3ce7f65d264933eb2df82c088286a2eb36 100644
(file)
--- a/
mods/default/init.lua
+++ b/
mods/default/init.lua
@@
-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(),
})