Productive Bees

Productive Bees

10M Downloads

Adding compatibility with Minecolonies

Niduin opened this issue ยท 11 comments

commented

The Forester from Minecolonies cannot chop the Nest - like Oak Nest - from the trees logs. Would it bee possible to add something like a option in the config, that the nest cannot spawn in specific trees ?

commented

Adding the nest blocks to a tag at data/minecolonies/tags/blocks/tree.json would allow the forester to chop them down as part of the tree.

commented

I added them to minecraft:logs not too long ago which is included in the minecolonies tree tag.

commented

well... when it is this simple - thank you :-D

Which radius for the flowers is needed around a tree that a nest cannot spawn?

commented

Don't have flowers near the tree farm

commented

it's a 2-3 blocks radius around the sapling that has to be clear of flowers

thinking about it, cherry leaves are considered flowers, so I can see an issue growing those

commented

mangrove propagules are also flowers, which is just silly

commented

But Oak, birch, spruce, jungle are not?

commented

No just the mangrove

commented

I added them to minecraft:logs not too long ago which is included in the minecolonies tree tag.

the forester still ignores them

commented

well then there's nothing I can do about it, adding it to the tag should pass this check but if it's still not considered part of the tree then it's on them to fix
https://github.com/ldtteam/minecolonies/blob/version/main/src/main/java/com/minecolonies/core/entity/ai/workers/util/Tree.java#L146

commented

well then there's nothing I can do about it, adding it to the tag should pass this check but if it's still not considered part of the tree then it's on them to fix https://github.com/ldtteam/minecolonies/blob/version/main/src/main/java/com/minecolonies/core/entity/ai/workers/util/Tree.java#L146

ok started an issue thread with them linking back to this thread