1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Tune gravel and picks

This commit is contained in:
Perttu Ahola 2011-11-14 22:35:11 +02:00
parent 1afed48a2c
commit de51f87e05
2 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ void setGravelLikeMaterialProperties(MaterialProperties &mprop, float toughness)
{
mprop.diggability = DIGGABLE_NORMAL;
mprop.weight = toughness * 2.0;
mprop.crackiness = 0.5;
mprop.crackiness = 0.2;
mprop.crumbliness = 1.5;
mprop.cuttability = -1.0;
}