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

Some fiddling around with fog... not much changed

This commit is contained in:
Perttu Ahola 2011-02-14 16:13:03 +02:00
parent 7701753131
commit 467f43d47c
3 changed files with 83 additions and 30 deletions

View file

@ -163,6 +163,7 @@ void init_mapnode()
i = CONTENT_MUD;
f = &g_content_features[i];
f->setAllTextures("mud.png");
f->setInventoryTextureCube("mud.png", "mud.png", "mud.png");
f->param_type = CPT_MINERAL;
f->is_ground_content = true;
f->dug_item = std::string("MaterialItem ")+itos(i)+" 1";