Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
breakesp experiment #3
Browse files Browse the repository at this point in the history
  • Loading branch information
HausemasterIssue authored Oct 4, 2021
1 parent 71dd216 commit 525f13c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public void onWorldRender(RenderEvent event) {

if (blockPos.getDistance((int) mc.player.posX, (int) mc.player.posY, (int) mc.player.posZ) <= range.getValue()) {

int progress = destroyBlockProgress.getPartialBlockDamage();
//int progress = destroyBlockProgress.getPartialBlockDamage();
int progress = 100;
AxisAlignedBB axisAlignedBB = mc.world.getBlockState(blockPos).getSelectedBoundingBox(mc.world, blockPos);

renderESP(axisAlignedBB, progress, color.getValue());
Expand Down

0 comments on commit 525f13c

Please sign in to comment.