Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
specify minVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Jun 25, 2024
1 parent 1118cce commit d1a0a45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ public void sendClickBlockToController(boolean leftClick) {
if (leftClickCounter == 0)
EventManager.INSTANCE.callEvent(new ClickBlockEvent(blockPos, objectMouseOver.sideHit));


if (theWorld.getBlockState(blockPos).getBlock().getMaterial() != Material.air && playerController.onPlayerDamageBlock(blockPos, objectMouseOver.sideHit)) {
effectRenderer.addBlockHitEffects(blockPos, objectMouseOver.sideHit);
thePlayer.swingItem();
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/liquidbounce.forge.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"package": "net.ccbluex.liquidbounce.injection.forge.mixins",
"refmap": "liquidbounce.mixins.refmap.json",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.7.11",
"mixins": [
"block.MixinBlock",
"block.MixinBlockAnvil",
Expand Down

0 comments on commit d1a0a45

Please sign in to comment.