summaryrefslogtreecommitdiff
path: root/src/content_mapnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_mapnode.cpp')
-rw-r--r--src/content_mapnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp
index 1ef3fe0d1..e2cf57010 100644
--- a/src/content_mapnode.cpp
+++ b/src/content_mapnode.cpp
@@ -266,7 +266,7 @@ void content_mapnode_init(IWritableNodeDefManager *nodemgr)
i = CONTENT_JUNGLEGRASS;
f = nodemgr->getModifiable(i);
f->drawtype = NDT_PLANTLIKE;
- f->visual_scale = 1.6;
+ f->visual_scale = 1.3;
f->setAllTextures("junglegrass.png");
f->setInventoryTexture("junglegrass.png");
f->light_propagates = true;