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 prospecting inconsistencies #2688

Merged

Conversation

omergunr100
Copy link
Contributor

@omergunr100 omergunr100 commented Jan 2, 2025

What

Fixes the bug that made the prospector register ore veins when scanning for fluids.
Adds the ability for the portable scanner to register bedrock fluids in the scanned chunk.
Adds/refactors all packets used for syncing the various vein types.

Implementation Details

The packets for syncing veins are composed of a table containing (ResourceKey<Level>, BlockPos, T) where T is the vein type.

Outcome

Fixes #2672

Potential Compatibility Issues

The packet previously used to sync ore veins was deleted in favor of the new approach.

@omergunr100 omergunr100 requested a review from a team as a code owner January 2, 2025 15:31
@omergunr100 omergunr100 marked this pull request as draft January 2, 2025 15:36
@omergunr100 omergunr100 marked this pull request as ready for review January 2, 2025 15:49
@screret screret added the type: bugfix general bug fixes label Jan 2, 2025
@screret screret merged commit 6eece36 into GregTechCEu:1.20.1 Jan 4, 2025
2 checks passed
@omergunr100 omergunr100 deleted the 1.20.1-prospecting-quick-fixes branch January 4, 2025 10:54
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.

Prospecting Bugs
2 participants