aboutsummaryrefslogtreecommitdiff
path: root/src/mapnode.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-29 18:30:34 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-29 18:30:34 +0300
commit67529acf5f3470eb5516cc66e79eecc38a47c797 (patch)
tree32de9b19c3623fe0a24770102fa9b78c385108ab /src/mapnode.cpp
parent59af97710a10be313bae2ede65e7c0787bec1a7f (diff)
downloadminetest-67529acf5f3470eb5516cc66e79eecc38a47c797.tar.xz
added cobblestone to the texture atlas
Diffstat (limited to 'src/mapnode.cpp')
-rw-r--r--src/mapnode.cpp1
1 files changed, 1 insertions, 0 deletions
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)