[Bug]: Minecolonies Forester stops cutting down tree when encountering productive bees nest
jessesulo opened this issue ยท 0 comments
Possible Fixes
Yes
Modpack Version
10-1.19
What happened?
Referencing this bug report from the minecolonies repo
Current Behavior
When attempting to cut down trees grown in the world or naturally generating with a log bee nest from the Productive Bees mod, the Forester stops cutting down the tree and places down a sapling, behaving as if it had finished cutting down the tree.
Expected Behavior
Forester should cut down the whole tree, the nest included, before placing down a sapling and moving on to the next tree.
Reproduction Steps
Grow saplings in the world, some generating with Bee Nests
Assign a zone to the Forester
Also tried creating a datapack to fix:
Path: data/minecolonies/tags/blocks
{
"replace": false,
"values": [
"productivebees:oak_wood_nest",
"productivebees:spruce_wood_nest",
"productivebees:birch_wood_nest",
"productivebees:acacia_wood_nest"
]
}
latest.log
No response
Developer reports
No response