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

+ sandstone

This commit is contained in:
Nils Dagsson Moskopp 2011-05-28 02:17:19 +02:00
parent acd7ce897d
commit e76f4155d5
7 changed files with 27 additions and 5 deletions

View file

@ -181,6 +181,14 @@ void init_mapnode()
f->is_ground_content = true;
f->dug_item = std::string("MaterialItem ")+itos(i)+" 1";
i = CONTENT_SANDSTONE;
f = &g_content_features[i];
f->setAllTextures("sandstone.png");
f->setInventoryTextureCube("sandstone.png", "sandstone.png", "sandstone.png");
f->param_type = CPT_MINERAL;
f->is_ground_content = true;
f->dug_item = std::string("MaterialItem ")+itos(CONTENT_SAND)+" 1";
i = CONTENT_TREE;
f = &g_content_features[i];
f->setAllTextures("tree.png");