Open
Conversation
- fabric-screen-handler-api-v1 → fabric-menu-api-v1 - ResourceLoader: registerReloader→registerReloadListener, addReloaderOrdering→addListenerOrdering - KeyMappingHelper: registerKeyBinding→registerKeyMapping - ServerTickEvents: START_WORLD_TICK→START_LEVEL_TICK - Gradle: fix runtimeClasspath variant mismatch with commonRuntime config - Mixin: resizeDisplay→resizeGui, renderSlot→extractSlot, renderContents→extractContents - Mixin: StateHolder.propertiesCodec moved to StateDefinition.propertiesCodec() - Mixin: renderEntityInInventoryFollowsMouse→extractEntityInInventoryFollowsMouse - Mixin: updateStaticRegistryTags→updateComponentsAndStaticRegistryTags - Mixin: AbstractRecipeBookScreen init method fix - Mixin: remove invalid intermediary method_60148 (EnchantmentHelper) - Shader: core/gui_textured→core/gui; GuiGraphics→GuiGraphicsExtractor - AccessoriesClient: wrap getDefaultInstance() in try-catch for NPE fix - Lang: convert 52 array-style text components to plain strings - Lang: add missing accessories_cosmetics slot translations
Such API will allow developers to give reasons to why something can not be performed i.e. why a accessory can or can not be equipped or unequipped
- Add Tooltip API used primarily within the `ActionResponse` info, with future use within Accessory implementation - Add slot darkening effect within Accessories screen to indicate when an item can not be equipped or unequipped for a given slot - Resolve issues with `AccessoryNest` handling methods not respecting default value checker and not passing value of parent stack - Deprecate old API for equip checks and entity modification events to use new `ActionResponseBuffer` - General rework of AccessoriesScreen for future changes and cleanup - Add configuration to disable slot darkening and tooltip info for equip actions - Fix cosmetic slot effect not rendering - Fix issues with tooltip positioner not being adjusted to not cover the entity renderer - Add enchant command that bypasses some checks for adding enchantments to stacks - Add tooltip flag extension to see if modifier keys are being pressed
Author
|
This port is only for fabric |
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.
No description provided.