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

Fix miner allowed blocks check #2854

Open
wants to merge 1 commit into
base: 1.20.1
Choose a base branch
from

Conversation

omergunr100
Copy link
Contributor

@omergunr100 omergunr100 commented Feb 11, 2025

What

Disallow extending the pipe if the block beneath is unbreakable.
Allow mining blocks whose default state is unbreakable but their current state is breakable.

Outcome

Miner can't break unbreakable blocks.
Miner can break more breakable blocks.

Fixes #2825

allow it to break blocks whose default state is unbreakable but the current one isn't.
@omergunr100 omergunr100 requested a review from a team as a code owner February 11, 2025 15:20
@omergunr100 omergunr100 added the type: bugfix general bug fixes label Feb 11, 2025
@krossgg krossgg added the Merge on Major Release Breaking changes, must be bundled into an 1.X.0 Update label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge on Major Release Breaking changes, must be bundled into an 1.X.0 Update type: bugfix general bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Miner Bugs
2 participants