aboutsummaryrefslogtreecommitdiff
path: root/src/materials.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-04 14:32:30 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-04 14:32:30 +0200
commit7f2aa30bf29ed1c8b363bd948916d4c027b0192f (patch)
tree9cb7fc7b6ab04beedddf93ace7e5ecada7e38b88 /src/materials.cpp
parent6545ea12e984fab63ed2a21d334de47f9bb342c1 (diff)
downloadhax-minetest-server-7f2aa30bf29ed1c8b363bd948916d4c027b0192f.tar.gz
hax-minetest-server-7f2aa30bf29ed1c8b363bd948916d4c027b0192f.zip
added sand to map generator
Diffstat (limited to '')
-rw-r--r--src/materials.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/materials.cpp b/src/materials.cpp
index bc39619fc..7f1ba18bd 100644
--- a/src/materials.cpp
+++ b/src/materials.cpp
@@ -57,6 +57,9 @@ void initializeMaterialProperties()
g_material_properties[CONTENT_WOOD].setDiggingProperties("",
DiggingProperties(true, 1.0, 0));
+ g_material_properties[CONTENT_SAND].setDiggingProperties("",
+ DiggingProperties(true, 0.5, 0));
+
/*
Add MesePick to everything
*/