From: Nils Dagsson Moskopp Date: Tue, 31 May 2011 00:56:41 +0000 (+0200) Subject: + fence inventory icon X-Git-Tag: 0.2.20110922~81^2~35^2~71 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c3ca42e0e0096c481aa09da3c78be1901920899;p=oweals%2Fminetest.git + fence inventory icon --- diff --git a/data/fence.png b/data/fence.png new file mode 100644 index 000000000..0b99f0eb5 Binary files /dev/null and b/data/fence.png differ diff --git a/src/mapnode.cpp b/src/mapnode.cpp index 8ceeecfba..cfb1a493f 100644 --- a/src/mapnode.cpp +++ b/src/mapnode.cpp @@ -236,6 +236,7 @@ void init_mapnode() i = CONTENT_FENCE; f = &g_content_features[i]; + f->setInventoryTexture("fence.png"); f->light_propagates = true; f->param_type = CPT_LIGHT; f->is_ground_content = true;