Saner sized sapling
authorPerttu Ahola <celeron55@gmail.com>
Tue, 15 Nov 2011 22:32:34 +0000 (00:32 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:45 +0000 (19:13 +0200)
src/content_mapnode.cpp

index 2fce337fc190e37ac5c9182d1df3f1f4281a6b61..c33d8c4a2e3da1a0cb5efebf4c7cca8436fc2c4b 100644 (file)
@@ -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;