I work on an farming mod, I'm able to place mushrooms but not other plants.
The problem is to declaring property for plants.
mushrooms is flora and can be declared as
flora property mushroom1 auto
then link mushroom1 to the actual baseobject.
However I can not find how to do it for most plants who are of type tree and
tree property wheat1 auto
does not work as tree is not an property type.
Thought about formlists but they must also be declared by type.
any ideas here. it is possible as it's done in Heartfire.