summaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-22 16:30:23 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-22 16:30:23 +0200
commit3de176cc587c4e0601c3c3f5a049e30db6bd2c17 (patch)
tree0a85d68c29e1354acda46e0c4e46e80a6f891039 /src/tile.cpp
parent2e41a5e304d9c35ece851b8a65482bca8784b582 (diff)
downloadminetest-3de176cc587c4e0601c3c3f5a049e30db6bd2c17.tar.gz
minetest-3de176cc587c4e0601c3c3f5a049e30db6bd2c17.tar.bz2
minetest-3de176cc587c4e0601c3c3f5a049e30db6bd2c17.zip
crafting system!
Diffstat (limited to 'src/tile.cpp')
-rw-r--r--src/tile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index f2b131f4d..25d9c00d0 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -35,6 +35,7 @@ const char * g_tile_texture_paths[TILES_COUNT] =
"../data/tree_top.png",
"../data/mud_with_grass.png",
"../data/cloud.png",
+ "../data/coalstone.png",
};
const char * tile_texture_path_get(u32 i)