mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
all kinds of tweaking and fixing
This commit is contained in:
parent
24c1ea7103
commit
102c5e31fe
8 changed files with 122 additions and 60 deletions
|
@ -75,7 +75,7 @@ void init_mapnode(IIrrlichtWrapper *irrlicht)
|
|||
|
||||
i = CONTENT_SAND;
|
||||
f = &g_content_features[i];
|
||||
f->setAllTextures(irrlicht->getTextureId("mud.png"));
|
||||
f->setAllTextures(irrlicht->getTextureId("sand.png"));
|
||||
f->param_type = CPT_MINERAL;
|
||||
f->is_ground_content = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue