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

added cobblestone to the texture atlas

This commit is contained in:
Perttu Ahola 2011-04-29 18:30:34 +03:00
parent 59af97710a
commit 67529acf5f
2 changed files with 2 additions and 0 deletions

View file

@ -347,6 +347,7 @@ void init_mapnode()
f->is_ground_content = true;
f->dug_item = std::string("MaterialItem ")+itos(i)+" 1";
// NOTE: Remember to add frequently used stuff to the texture atlas in tile.cpp
}
v3s16 facedir_rotate(u8 facedir, v3s16 dir)