[bug] wrong interaction with furniture
tomorrow4268 opened this issue ยท 2 comments
Minecolonies version
latest
Expected behavior
- citizen shouldn't use chairs or be able to stand up again
Actual behaviour
- some citizen start to sit on furniture (like bibliocraft) but will never stand up again. Behave like all AI-Entities
Steps to reproduce the problem
- mod implementation like bibliocraft
Improvement
- maybe if they stay inactive for a certain amount of time on a tile they will automatically stand up or improve block-evasion of non-vanilla blocks.
Their is no code from our side that performs this interaction.
It might be that Bibliocraft picks up on the fact that they behave like villagers and sits them down, and does not tick the entity, making it become stuck. A recall to the townhall should fix your problem.
In any case their is not much we can do. @Raycoms am i correct here?