From 99c2ac0125f9bbae0a4b06e6e7145f76f4dfbbf4 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Tue, 24 May 2011 23:18:41 +0100 Subject: A very poor (but better than nothing) inventory icon for fences --- 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 ca36697ef..9a8a09a15 100644 --- a/src/mapnode.cpp +++ b/src/mapnode.cpp @@ -224,6 +224,7 @@ void init_mapnode() f->dug_item = std::string("MaterialItem ")+itos(i)+" 1"; f->solidness = 0; // drawn separately, makes no faces f->air_equivalent = true; // grass grows underneath + f->setInventoryTexture("item_fence.png"); // Deprecated i = CONTENT_COALSTONE; -- cgit v1.2.3