mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Saner sized sapling
This commit is contained in:
parent
26abf6fd82
commit
28fe2987a0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue