make ESP properly offset bounding boxes
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m12s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m12s
This commit is contained in:
parent
ff01a0f7c2
commit
3cab18e4fa
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public class ESP extends Feature {
|
||||||
// this is a fuck
|
// this is a fuck
|
||||||
// getRenderBoundingBox often falls back to bullshit like INFINITE BOUNDING BOXES.
|
// getRenderBoundingBox often falls back to bullshit like INFINITE BOUNDING BOXES.
|
||||||
BlockPos pos = entity.getPos();
|
BlockPos pos = entity.getPos();
|
||||||
renderer.accept(mc.world.getBlockState(pos).getBoundingBox(mc.world, pos));
|
renderer.accept(mc.world.getBlockState(pos).getBoundingBox(mc.world, pos).offset(pos));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue