mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-18 12:55:25 +01:00
Saner sized sapling
This commit is contained in:
@@ -637,7 +637,7 @@ void content_mapnode_init(IWritableNodeDefManager *nodemgr)
|
|||||||
i = CONTENT_SAPLING;
|
i = CONTENT_SAPLING;
|
||||||
f = nodemgr->getModifiable(i);
|
f = nodemgr->getModifiable(i);
|
||||||
f->drawtype = NDT_PLANTLIKE;
|
f->drawtype = NDT_PLANTLIKE;
|
||||||
f->visual_scale = 1.5;
|
f->visual_scale = 1.0;
|
||||||
f->setAllTextures("sapling.png");
|
f->setAllTextures("sapling.png");
|
||||||
f->setInventoryTexture("sapling.png");
|
f->setInventoryTexture("sapling.png");
|
||||||
f->param_type = CPT_LIGHT;
|
f->param_type = CPT_LIGHT;
|
||||||
|
|||||||
Reference in New Issue
Block a user