Just a minor bug.
Summary:
er, buddy, I don’t think that’s how you dismantle one of those.
Steps to reproduce:
- Get and place a wheat pile (any method will do)
- Order it to be harvested.
- Wait for hearthling to get around to doing it.
- Profit.
Expected Results:
Hearthling uses appropriate animation, like the clayworking animation the potter uses, or the crop harvesting animation (they’re the same one, right.)
Actual Results:
Hearthling swings pickaxe at the wheat pile.
Notes:
Attachments:
This is where it comes from:
stonehearth/entities/containers/wheat_pile/wheat_pile.json
"stonehearth:resource_node": {
"task_group_name": "stonehearth:task_group:harvest",
"resource": "stonehearth:food:wheat:wheat_bale",
"harvest_overlay_effect": "stonehearth:effects:chop_overlay_effect",
"harvester_effect": "mine",
"description": "mine",
"durability": 20
}
In particular, the rule:
"harvester_effect": "mine",
Version Number and Mods in use:
A21