From 67529acf5f3470eb5516cc66e79eecc38a47c797 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 29 Apr 2011 18:30:34 +0300 Subject: added cobblestone to the texture atlas --- src/mapnode.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapnode.cpp') diff --git a/src/mapnode.cpp b/src/mapnode.cpp index 2d4d75b37..6deebd56d 100644 --- a/src/mapnode.cpp +++ b/src/mapnode.cpp @@ -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) -- cgit v1.2.3