1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

+ sandstone

This commit is contained in:
Nils Dagsson Moskopp 2011-05-28 02:17:19 +02:00
parent acd7ce897d
commit 843ffba567
6 changed files with 27 additions and 0 deletions

View file

@ -59,6 +59,7 @@ void initializeMaterialProperties()
*/
setStoneLikeDiggingProperties(CONTENT_STONE, 1.0);
setStoneLikeDiggingProperties(CONTENT_SANDSTONE, 1.0);
setStoneLikeDiggingProperties(CONTENT_MESE, 0.5);
setStoneLikeDiggingProperties(CONTENT_COALSTONE, 1.5);
setStoneLikeDiggingProperties(CONTENT_FURNACE, 3.0);