-1 doesn't seem right here
Insane96 opened this issue ยท 0 comments
https://github.com/Insane96/ProgressiveBosses/blob/1.18.x/src/main/java/insane96mcp/progressivebosses/module/wither/feature/MinionFeature.java#L350
int fittingYPos = level.getMinBuildHeight() - 1;
https://github.com/Insane96/ProgressiveBosses/blob/1.18.x/src/main/java/insane96mcp/progressivebosses/module/wither/feature/MinionFeature.java#L238
if (y != goal.witch.level.getMinBuildHeight() - 1)