Hey there,
i was trying to increase the number of Ressouces that you receive harvesting a Item. Is †his possible?
I used this code in my model to produce a Brightbell Flower all 22h in game. But i want to increase the number of Ressources you get from harvesting it. Like 2 or 3
"stonehearth:renewable_resource_node": {
"category": "harvest",
"harvest_overlay_effect": "stonehearth:effects:harvest_plant_overlay_effect",
"unripe_description": "i18n(stonehearth:entities.plants.brightbell_plant.unripe_description)",
"resource": "stonehearth:resources:herb:brightbell",
"renewal_time": "22h"
},