mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix L-System trees fruit node regression (#15513)
This commit is contained in:
parent
05d31222f7
commit
88c845166c
2 changed files with 4 additions and 6 deletions
|
@ -23,8 +23,7 @@ void TreeDef::resolveNodeNames()
|
|||
getIdFromNrBacklog(&leavesnode.param0, "", CONTENT_IGNORE);
|
||||
if (leaves2_chance)
|
||||
getIdFromNrBacklog(&leaves2node.param0, "", CONTENT_IGNORE);
|
||||
if (fruit_chance)
|
||||
getIdFromNrBacklog(&fruitnode.param0, "", CONTENT_IGNORE);
|
||||
getIdFromNrBacklog(&fruitnode.param0, "", CONTENT_IGNORE);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue