1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

+ clay and associated items

This commit is contained in:
Nils Dagsson Moskopp 2011-06-01 04:57:46 +02:00
parent d7b768dc4b
commit ba1460a582
10 changed files with 61 additions and 3 deletions

View file

@ -71,6 +71,7 @@ void initializeMaterialProperties()
setDirtLikeDiggingProperties(CONTENT_GRASS, 1.0);
setDirtLikeDiggingProperties(CONTENT_GRASS_FOOTSTEPS, 1.0);
setDirtLikeDiggingProperties(CONTENT_SAND, 1.0);
setDirtLikeDiggingProperties(CONTENT_CLAY, 1.0);
setWoodLikeDiggingProperties(CONTENT_TREE, 1.0);
setWoodLikeDiggingProperties(CONTENT_LEAVES, 0.15);