diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-01 04:57:46 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-01 04:57:46 +0200 |
commit | cffd40c5d6c1427d2cce7cbcfe57669da73459c6 (patch) | |
tree | 641ee4fdeb60818a08839e5555bcb0fe0daafd12 /src/tile.cpp | |
parent | fb78854e9b4f6ae648de27656ad40991a0c5ef57 (diff) | |
download | minetest-cffd40c5d6c1427d2cce7cbcfe57669da73459c6.tar.gz minetest-cffd40c5d6c1427d2cce7cbcfe57669da73459c6.tar.bz2 minetest-cffd40c5d6c1427d2cce7cbcfe57669da73459c6.zip |
+ clay and associated items
Diffstat (limited to 'src/tile.cpp')
-rw-r--r-- | src/tile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile.cpp b/src/tile.cpp index 361de704c..71e0c9638 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -507,6 +507,7 @@ void TextureSource::buildMainAtlas() sourcelist.push_back("mud.png"); sourcelist.push_back("sand.png"); sourcelist.push_back("sandstone.png"); + sourcelist.push_back("clay.png"); sourcelist.push_back("brick.png"); sourcelist.push_back("grass.png"); sourcelist.push_back("grass_footsteps.png"); |