Allow fortune to work with GT ores using Bound Pickaxe right click.#115
Merged
Dream-Master merged 4 commits intomasterfrom Jan 4, 2026
Merged
Allow fortune to work with GT ores using Bound Pickaxe right click.#115Dream-Master merged 4 commits intomasterfrom
Dream-Master merged 4 commits intomasterfrom
Conversation
danyadev
approved these changes
Jan 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uses a new method getDropsFortune() to properly get fortune calculation from GT ores. Due to mechanics of Bound Pickaxe, it called the method only for ore calculation, and since it was not done through harvest method, the player entity was null, which failed getDrops playerEntity check for fortune math.
Added GTNHLib as direct dep so it can compile (was pulling old version through NEI and failing compilation).
GT version bump so it works on the next release of GT5U with the PR below, might need extra dep bump later.
Hard dependency on GTNewHorizons/GT5-Unofficial#5639, merge only after GT5U PR got merged.
Tested in Dev with and without GT5 loaded on both java 8 and 21, the feature itself works fine.