mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fixed merge issues with saplings, ready to pull now!
This commit is contained in:
parent
319f43e6d2
commit
bc01ae4cbd
2 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ void content_mapnode_init()
|
|||
f->setAllTextures("[noalpha:leaves.png");
|
||||
}
|
||||
f->extra_dug_item = std::string("MaterialItem2 ")+itos(CONTENT_SAPLING)+" 1";
|
||||
f->extra_dug_item_rarity = 10;
|
||||
f->extra_dug_item_rarity = 20;
|
||||
f->dug_item = std::string("MaterialItem2 ")+itos(i)+" 1";
|
||||
setWoodLikeDiggingProperties(f->digging_properties, 0.15);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue