From 28fe2987a0ddd9746fb9bbd52c97bf1e7e586f70 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 16 Nov 2011 00:32:34 +0200 Subject: Saner sized sapling --- src/content_mapnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content_mapnode.cpp') diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp index 2fce337fc..c33d8c4a2 100644 --- a/src/content_mapnode.cpp +++ b/src/content_mapnode.cpp @@ -637,7 +637,7 @@ void content_mapnode_init(IWritableNodeDefManager *nodemgr) i = CONTENT_SAPLING; f = nodemgr->getModifiable(i); f->drawtype = NDT_PLANTLIKE; - f->visual_scale = 1.5; + f->visual_scale = 1.0; f->setAllTextures("sapling.png"); f->setInventoryTexture("sapling.png"); f->param_type = CPT_LIGHT; -- cgit v1.2.3