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 various steam miner issues #2729

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

Fix various steam miner issues #2729

wants to merge 3 commits into from

Conversation

krossgg
Copy link
Contributor

@krossgg krossgg commented Jan 12, 2025

What

Fixes #2726
If the exhaust vent of a steam miner is blocked upon placement, it will not call super.checkCanMine() which initializes the coordinates. Instead, we can just call super first and then make sure the miner is able to vent properly.

Changed UI of HP steam miner to be steel textures
Add new text in UI for no steam and blocked venting
Add venting damage to steam miners.
Steam Miner now updates its logic on neighbor change, to help resume working once the vent obstruction is removed

Implementation Details

Constructor changed to have isHighPressure passed

@krossgg krossgg added the type: bugfix general bug fixes label Jan 12, 2025
@krossgg krossgg requested a review from a team as a code owner January 12, 2025 03:11
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.

High-Pressure Steam Miner thinks it's at the integer limit and doesn't mine
1 participant