summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mapnode.cpp1
1 files changed, 1 insertions, 0 deletions
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;