Conversation
* feat: add better user feedback for why ultimine is 'not active' * add block reason support onto custom restrictions * clean up * updates based on review and clean up overlay rendering for auto gui scale * remove interface. it isn't really necessary afterall * Revert "remove interface. it isn't really necessary afterall" This reverts commit 2d24dbc. * make allowed interface override work --------- Co-authored-by: desht <des.herriott@gmail.com>
added the de_de translation for FTB-Ultimine
the lines 8-14 are translations for https://github.com/FTBTeam/FTB-Ultimine/pull/172/files
Moved CanUltimineResult into the API; restriction handlers now return an instances of that.
Also made CachedEdge a record
`ftbultimine:single_crop_harvesting_blacklist` FTBTeam/FTB-Mods-Issues#1857
`shape_feedback_hotbar_message`, default false FTBTeam/FTB-Mods-Issues#1854 FTBTeam/FTB-Mods-Issues#1697
Use tool's builtin functionality where appropriate. Simplifies the code, and also ensures the right logic is used (e.g. modded tools with custom conversion behaviour)
In addition to "Require Tool" Default is false. If true, player must be holding a valid tool for the block being ultimined, i.e. be able to harvest the block's drops FTBTeam/FTB-Mods-Issues#1820
Now using platform-specific methods and using the extended `Player#hasCorrectToolForDrops` method on NeoForge, which fires their harvesting event. Just using the default method on Fabric. Also cleaned up PlatformUtil and split off client-only methods into ClientPlatformUtil.
Forge only Can be used to affect max blocks, cooldown, experience & food usage
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.
1.21.11 port