I have a mod that makes trees drop a second item when harvested. However, doing this…
"stonehearth:resource_node": { "resource": "stonehearth:resources:wood:oak_log", "resource": "Flora_Galore:resources:leaves:oak_leaves", "durability": 6 },
makes it so that the trees only drop leaves, and not wood. I tried making it using the loot table from the stone golem, and it works in the form of dropping all resources at the end of the tree, but the hearthlings won’t pick them up automatically, they have to be ordered using the loot tool. @BrunoSupremo have you done anything like this in your modding?