Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect block destruction calculation with trench pickaxe #221

Closed
DimaSergeew opened this issue Jan 4, 2025 · 1 comment
Closed

Incorrect block destruction calculation with trench pickaxe #221

DimaSergeew opened this issue Jan 4, 2025 · 1 comment
Assignees
Labels
Pending Pending reports to be investigated

Comments

@DimaSergeew
Copy link

Minecraft's Version

1.20.4

Plugin's Version

2024.4 b62

Describe the bug

The block destruction calculation for a trench pickaxe does not work as expected. I have two trench pickaxes:

  • A 3x3 pickaxe that works perfectly.
  • A 4x4 pickaxe with the break-level: 4 option, but it destroys blocks in a 5x5 area instead.

To Reproduce

Steps to reproduce the behavior:

  • Equip a trench pickaxe configured for 4x4 destruction (break-level: 4).
  • Break blocks with the pickaxe.
  • Observe that the pickaxe destroys blocks in a 5x5 area instead of 4x4.

Additional Information

  • Minecraft version: [Your version here]
  • Plugin/mod version: [Your version here]
  • Config settings (if applicable): [Relevant configuration details here]
  • Any logs or screenshots: [Attach logs/screenshots if necessary]
@DimaSergeew DimaSergeew added the Pending Pending reports to be investigated label Jan 4, 2025
@OmerBenGera
Copy link
Member

Thats intended, not a bug.
Only odd numbers are technically supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pending Pending reports to be investigated
Projects
None yet
Development

No branches or pull requests

2 participants