mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-28 19:55:30 +01:00
Tune gravel and picks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user