cadaverous-eris / Rustic

A medieval themed Minecraft mod based around decoration, exploration, and agriculture
68 stars 35 forks source link

Fix mobs trying to pathfind on top of berry bushes since new bounding box change #242

Closed Corosauce closed 5 years ago

Corosauce commented 5 years ago

Just needs to have BlockBerryBush.isPassible return true, puts the pathfinders expectations in line with the fact the block has no bounding box now.

Currently they are trying to jump on top of them, then fall through and get stuck and keep jumping, breaking pathfinding.

2019-02-13_11 17 34

cadaverous-eris commented 5 years ago

Fixed in version 1.1.1