-
Notifications
You must be signed in to change notification settings - Fork 180
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
Add config toggle for fortune on ores #1887
base: 1.20.1
Are you sure you want to change the base?
Conversation
WHOOPS DID NOT MEAN FOR THAT TO REFERENCE AN ISSUE LMAO |
Against this being merged. Context ; This was a system discussed as a balance solution vs direct raw ores. which become absurdly difficult to balance around in the presence of over-enchanting. Even packs like GTNH of all things limit Fortune to a Max of 3 and don't allow >3 to work |
Meant this as a placeholder for players (and packdevs) who want to use it until the Fortune rework happens eventually:tm: Better to have something instead of nothing but wasted tools until it happens |
It makes more sense to directly implement properly than add a temp solution. As temporary solutions can easily become permanent ones. |
OOPS |
What
Mfw the mod adds fortune to tools but its useless
Adds a config option for fortune working on ore drops (off by default)
Implementation Details
Added a new config option and an if statement to block loot drop MixinHelper to apply fortune if
oreFortuneDrops
is trueOutcome
Turning on
oreFortuneDrops
makes fortune work on ores