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 LargeBoilerMachine explosion logic #2824

Open
wants to merge 2 commits into
base: 1.20.1
Choose a base branch
from

Conversation

omergunr100
Copy link
Contributor

What

Large boilers didn't explode when they should.
The hasNoWater value was set after the explosion check and improperly updated to false after every working tick, so it was a noop.

Implementation Details

Calculate hasNoWater only on working ticks.
Calculate hasNoWater correctly when temperature is below 100 degrees.

Outcome

Fixes #2798

@omergunr100 omergunr100 added the type: bugfix general bug fixes label Feb 4, 2025
@omergunr100 omergunr100 requested a review from a team as a code owner February 4, 2025 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bugfix general bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Large boilers cannot explode
1 participant