From: Perttu Ahola Date: Tue, 15 Nov 2011 22:32:34 +0000 (+0200) Subject: Saner sized sapling X-Git-Tag: 0.4.dev-20111201-0~145 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28fe2987a0ddd9746fb9bbd52c97bf1e7e586f70;p=oweals%2Fminetest.git Saner sized sapling --- 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;