Назад до магазину
Accessories
Modrinth Mod

Accessories

An extendable and data-driven Accessory Mod for Minecraft

Інформація про Minecraft-продукт

Важливе про товар

Сумісність, версії Minecraft, завантажувачі та дані зовнішнього джерела.

Тип

Mod

Доступ

Безкоштовно

Остання версія

1.1.0-beta.53+1.21.1

Завантаження

12 861 795

Завантажувачі / Платформи

fabric forge neoforge

Minecraft версії

1.20.1 1.20.4 1.21 – 1.21.1 1.21.3 – 1.21.5 1.21.8 1.21.10

Категорії

equipment

Опис

Докладна інформація

<center> <div style="display: flex; justify-content: center;"> <a href="https://maven.wispforest.io/#/releases/io/wispforest"> <img alt="Maven metadata URL" src="https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.wispforest.io%2Freleases%2Fio%2Fwispforest%2Faccessories-fabric%2Fmaven-metadata.xml&style=for-the-badge"> </a><a href="https://discord.gg/xrwHKktV2d"> <img src="https://img.shields.io/discord/825828008644313089?label=wisp forest&logo=discord&logoColor=white&style=for-the-badge"> </a><a href="https://docs.wispforest.io/accessories/home"> <img src="https://img.shields.io/badge/Documentation-Link-SECRET_MESSAGE?link=https%3A%2F%2Fdocs.wispforest.io%2Faccessories%2Fhome%2F&logo=discord&logoColor=white&style=for-the-badge"> </a> </div> </center> <hr> <p/> Accessories is a Data-Driven Accessory mod for NeoForge and Fabric with emphasis on using a Common API for both platforms when possible. <p/> The style for the library's API is based on the works of [Curios](https://github.com/TheIllusiveC4/Curios) and [Trinkets](https://github.com/emilyploszaj/trinkets) with credit going to both [TheIllusiveC4](https://github.com/TheIllusiveC4) and [emilyploszaj](https://github.com/emilyploszaj) for their work on Accessory mods for Minecraft. <center><img width=600 src="https://cdn.modrinth.com/data/jtmvUHXj/images/05315391c01fe3ccc50880ce2fe11bd2a04f2992.png" /></center> ## Features ### Elytra, Totem, and Banner Support Included By default, you can equip banners in your head or cape(WIP) slot to show off a custom banner. For elytra, or totem, you will need to enable such within the config as its disabled by default. ### Compatibility Layer Due to existing API's like Trinket and Curios being predominantly used, you can install the [Accessories Compatibility Layer](https://modrinth.com/mod/accessories-compat-layer) to have them work under Accessories for a unified experience ### Model Translation API Included for developers is a proper transformation API used within rendering native Accessories, allowing proper linkage to a given entity model parts, which enables proper support for EMF Resourcepacks like [Fresh Animations](https://modrinth.com/resourcepack/fresh-animations), and there are future plans to support other rendering mods like Figura. ### Managing Equipped Accessories The ability to access other tamed entities allows other mods to have accessory items for pets or mounts. Combined with it being useful for server owners to manage other players' accessories if needed, without the use of direct management commands. Just hold shift and use the 'Accessories Open Screen' on any entity (If owned, must be the owner) to bring up the screen, or run the command `/accessories edit <target>` if OPed. ### API Additions Here are some examples of the API implemented in Accessories that may assist you with your mod development: - Full Support for NBT-based Accessories: [Wiki](https://docs.wispforest.io/accessories/itemstack_components/) - Existing API Events for Piglin Neutral Items, Enderman Masks, Looting Adjustments, Fortune Adjustments, and Snow Walking Ability: [Wiki](https://docs.wispforest.io/accessories/api_events/#implemented-events) - Unique Slot API for Mod Specific Accessories: [Wiki](https://docs.wispforest.io/accessories/slot_types/#unique-slot-api)

Розробник

chyzman

Профіль і дані отримано з Modrinth

Відкрити на Modrinth

Галерея продукту

Зображення проєкту

Скриншоти та зображення з оригінальної сторінки Modrinth.

Experimental UI Renderer

Project Card Image

Original UI Render

Список змін

Версії проєкту

Опубліковані версії та оригінальні файли Modrinth.

1.1.0-beta.53+1.21.1 Актуальна Beta 06.02.2026

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Remove use of Stream API in hot code errors to improve performance
1.1.0-beta.53+1.21.1 Beta 06.02.2026

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Remove use of Stream API in hot code errors to improve performance
1.4.3-beta Beta 10.12.2025

[1.21.10] Accessories [Fabric] - 1.4.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
## Fixes: - Resolve issue with stack resize or mutation not causing an update on the client - Fix issues with parsing slot paths from string for cases like namespaces containing a '-' or having inner slot indices - Rename modid used for cosmetic slots to prevent its erasure as a slot path
1.4.3-beta Beta 10.12.2025

[1.21.10] Accessories [Neoforge] - 1.4.3

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
## Fixes: - Resolve issue with stack resize or mutation not causing an update on the client - Fix issues with parsing slot paths from string for cases like namespaces containing a '-' or having inner slot indices - Rename modid used for cosmetic slots to prevent its erasure as a slot path
1.4.2-beta Beta 22.11.2025

[1.21.10] Accessories [Fabric] - 1.4.2

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
Temp fix for issues with remapping by removing use of shadow
1.4.1-beta Beta 21.11.2025

[1.21.10] Accessories [Fabric] - 1.4.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
Minor and Major changes around internals for slots, AccessoryNest, fixes and more Fixes: - Fix for first person cosmetic override not working - Resolve issues with enchantments are applied twice - Fix issues with rendering for entity at night in Accessories screen - Fix for duplicate attribute tooltips when stackable General Changes: - Add ability to toggle Accessory Features like totem, banner, and glider from a new command `feature` - Add proper support for new mannequins API Changes: - Adjust AccessoryNestUtils to be public and add proper documentation combined with overhaul to how the API functions - Add TooltipFlag adjustments to check if the client is holding certain modifiers - Adjust internals of EndecDataLoader to be more inline with hoiw registry access should be handled optionally - Resolve version mismatch of endec libs leading to issues with launching the game in dev
1.4.1-beta Beta 21.11.2025

[1.21.10] Accessories [Neoforge] - 1.4.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
Minor and Major changes around internals for slots, AccessoryNest, fixes and more Fixes: - Fix for first person cosmetic override not working - Resolve issues with enchantments are applied twice - Fix issues with rendering for entity at night in Accessories screen - Fix for duplicate attribute tooltips when stackable General Changes: - Add ability to toggle Accessory Features like totem, banner, and glider from a new command `feature` - Add proper support for new mannequins API Changes: - Adjust AccessoryNestUtils to be public and add proper documentation combined with overhaul to how the API functions - Add TooltipFlag adjustments to check if the client is holding certain modifiers - Adjust internals of EndecDataLoader to be more inline with hoiw registry access should be handled optionally - Resolve version mismatch of endec libs leading to issues with launching the game in dev
1.0.0-beta.48+1.20.1 Beta 29.10.2025

[1.20.1] Accessories [Fabric] - 1.0.0

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
### Fixes: - Fix issues with missing matching for predicate on inventory - Backport proper support for sodium - Attempt to prevent crashing when trying to get enchantment ids for unregistered enchantments
1.0.0-beta48+1.20.1 Beta 29.10.2025

[1.20.1] Accessories [Neoforge] - 1.0.0

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
### Fixes: - Fix issues with missing matching for predicate on inventory - Backport proper support for sodium - Attempt to prevent crashing when trying to get enchantment ids for unregistered enchantments
1.4.0-beta+1.21.10 Beta 16.10.2025

[1.21.10] Accessories [Fabric] - 1.4.0

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
Update to Minecraft 1.21.10 and adjust API with recent rendering changes ### Fixes: - Extra Data for unique slots properties were not sync to the client leading to issues ### Changes: - Adjust dump commands to give more useful information - Add ability to set custom default values for accessory screen - Add ability to open creative screen instead of accessories while in creative mode ### API: - Accessory Renderers now have a dedicated `AccessoryRenderState` used to store info unpacked for the given stack used to render later and general state setup for the given equipped accessory to prevent collisions. - Renders now have central `shouldRender` check used for checking if the given accessory should render in general. If you want to check for if something should render in first person, use `AccessoriesRenderStateKeys.ARM` - Remove deprecated methods for translations to specific model parts - Remove unused z-index of screens using owolib - Disable Data driven rendering functions ability to render using delegate renderer for the time being - Adjust setup to run using `AccessoriesRenderStateKeys.setupStateForAccessories` and only use `createRenderState` for setting up needed state for rendering accessories - Rework EndecDataLoader for changes to resource loader registration on fabric and fix issue with registry existing after reload
1.4.0-beta+1.21.10 Beta 16.10.2025

[1.21.10] Accessories [Neoforge] - 1.4.0

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
Update to Minecraft 1.21.10 and adjust API with recent rendering changes ### Fixes: - Extra Data for unique slots properties were not sync to the client leading to issues ### Changes: - Adjust dump commands to give more useful information - Add ability to set custom default values for accessory screen - Add ability to open creative screen instead of accessories while in creative mode ### API: - Accessory Renderers now have a dedicated `AccessoryRenderState` used to store info unpacked for the given stack used to render later and general state setup for the given equipped accessory to prevent collisions. - Renders now have central `shouldRender` check used for checking if the given accessory should render in general. If you want to check for if something should render in first person, use `AccessoriesRenderStateKeys.ARM` - Remove deprecated methods for translations to specific model parts - Remove unused z-index of screens using owolib - Disable Data driven rendering functions ability to render using delegate renderer for the time being - Adjust setup to run using `AccessoriesRenderStateKeys.setupStateForAccessories` and only use `createRenderState` for setting up needed state for rendering accessories - Rework EndecDataLoader for changes to resource loader registration on fabric and fix issue with registry existing after reload
1.3.8-beta+1.21.8 Beta 02.10.2025

[1.21.8] Accessories [Fabric] - 1.3.8

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues where extractRenderState did not fully get called in the base EntityRenderer leading to crashes
1.3.8-beta+1.21.8 Beta 02.10.2025

[1.21.8] Accessories [Neoforge] - 1.3.8

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues where extractRenderState did not fully get called in the base EntityRenderer leading to crashes
1.3.7-beta+1.21.8 Beta 01.10.2025

[1.21.8] Accessories [Fabric] - 1.3.7

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
For real fix duplication issues with equipping
1.3.6-beta+1.21.8 Beta 01.10.2025

[1.21.8] Accessories [Fabric] - 1.3.6

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
Changes: - Add Spanish (Mexian) Translations by TheLegendofSaram and Zailer43 - Optimize checking for slot containers size mismatch - Adjust Attribute Builder to use parent maps when given the ability to to allow proper nested manipulation of builder data - Fix issues with stack duplication when equipping on neoforge - Fix issues with Cosmetic armor not working in common rendering places - Fix issues with ordering of slots being different between the server and client causing odd slot interactions
1.3.6-beta+1.21.8 Beta 01.10.2025

[1.21.8] Accessories [Neoforge] - 1.3.6

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
Changes: - Add Spanish (Mexian) Translations by TheLegendofSaram and Zailer43 - Optimize checking for slot containers size mismatch - Adjust Attribute Builder to use parent maps when given the ability to to allow proper nested manipulation of builder data - Fix issues with stack duplication when equipping on neoforge - Fix issues with Cosmetic armor not working in common rendering places - Fix issues with ordering of slots being different between the server and client causing odd slot interactions
1.1.0-beta.52+1.21.1 Beta 29.09.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Add Spanish (Mexican) translations and fix issues with ordering of slots being different between the server and client causing odd slot interactions
1.1.0-beta.52+1.21.1 Beta 29.09.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Add Spanish (Mexican) translations and fix issues with ordering of slots being different between the server and client causing odd slot interactions
1.1.0-beta.51+1.21.1 Beta 17.09.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Adjust Attribute Builder to use parent maps when given the ability to to allow proper nested manipulation of attribute data during building process
1.1.0-beta.51+1.21.1 Beta 17.09.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Adjust Attribute Builder to use parent maps when given the ability to to allow proper nested manipulation of attribute data during building process
1.1.0-beta.50+1.21.1 Beta 17.09.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Attempt to cache checking for slot containers size mismatch - Attempt to resolve issues with setting valid slot types
1.1.0-beta.50+1.21.1 Beta 17.09.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Resolve issue with using hacky work around for accessories menu leading to crashing due to incorrect menu - Attempt to cache checking for slot containers size mismatch - Attempt to resolve issues with setting valid slot types
1.3.5-beta+1.21.8 Beta 07.09.2025

[1.21.8] Accessories [Fabric] - 1.3.5

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
Fix for crashing when opening accessories screen with group filters
1.3.5-beta+1.21.8 Beta 07.09.2025

[1.21.8] Accessories [Neoforge] - 1.3.5

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
Fix for crashing when opening accessories screen with group filters
1.1.0-beta.49+1.21.1 Beta 29.08.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Attempt to fix an issue when attempting open accessories menu and a error occurred instead of opening the screen
1.3.4-beta+1.21.8 Beta 26.08.2025

[1.21.8] Accessories [Fabric] - 1.3.4

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
Adjust getRenderer to prevent empty renderers from being always replaced with default renderer
1.3.4-beta+1.21.8 Beta 26.08.2025

[1.21.8] Accessories [Neoforge] - 1.3.4

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
Adjust getRenderer to prevent empty renderers from being always replaced with default renderer
1.3.4-beta+1.21.5 Beta 26.08.2025

[1.21.5] Accessories [Fabric] - 1.3.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric
Показати зміни
Adjust getRenderer to prevent empty renderers from being always replaced with default renderer
1.3.4-beta+1.21.5 Beta 26.08.2025

[1.21.5] Accessories [Neoforge] - 1.3.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
Adjust getRenderer to prevent empty renderers from being always replaced with default renderer
1.3.3-beta+1.21.8 Beta 20.08.2025

[1.21.8] Accessories [Fabric] - 1.3.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with equality checks causing issues with comparing `SlotPath` objects i.e. `isAnotherEquipped`
1.3.3-beta+1.21.8 Beta 20.08.2025

[1.21.8] Accessories [Neoforge] - 1.3.3

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with equality checks causing issues with comparing `SlotPath` objects i.e. `isAnotherEquipped`
1.3.3-beta+1.21.5 Beta 20.08.2025

[1.21.5] Accessories [Fabric] - 1.3.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with equality checks causing issues with comparing `SlotPath` objects i.e. `isAnotherEquipped`
1.3.3-beta+1.21.5 Beta 20.08.2025

[1.21.5] Accessories [Neoforge] - 1.3.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with equality checks causing issues with comparing `SlotPath` objects i.e. `isAnotherEquipped`
1.3.2-beta+1.21.8 Beta 16.08.2025

[1.21.8] Accessories [Fabric] - 1.3.2

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with dev env and inability to find the needed endec version
1.3.2-beta+1.21.8 Beta 16.08.2025

[1.21.8] Accessories [Neoforge] - 1.3.2

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with dev env and inability to find the needed endec version
1.3.1-beta+1.21.8 Beta 16.08.2025

[1.21.8] Accessories [Fabric] - 1.3.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
### Changes: - Add native support to dispense Accessories onto entities from dispensers - Accessories Screen: The given screen has been update with the previous experimental screen replacing the original first version. This comes with some additions based on the original and overall more customizability compared to the original like adjustment to amount of slots on screen, dark mode, and more. The changes from the previous experiments are as follows: - Add double entity view with it being a front and back view of the entity - Remove side crafting area and only allow toggling bottom crafting grid - Add ability to keep various GUI elements within the center of the screen - Add side by side accessories view similar to original screen - Update padding to by parity with vanilla that being panel padding of 7 - Update textures for Entity view with a front and back panel to allow for proper looking scissoring of entity and attempt to prevent rendering poking though armor items - Update Icon buttons to new style of gradients - Add ability to always show crafting grid in experimental screen - Add Cosmetic saddle slot for entities that allow such ### Fixes: - Attempt to prevent opening accessories screen if the client and server are desync on the amount of slots added which prevents instant crashes and is more informative about the issue - Add better handling for stack transfer for all screens outside creative (Creative is still weird but now only duplicates stack so idk) - Fix issues related to resizing stacks not being tracked i.e. when transferring stack amount - Fix issues with not properly tracking container changes due to updating twice invalidating a sync - Fix issues where stack mutation in `onEquip` as such was not properly preserved leading to issues with comparison on equipment changes - Fix issues where `onUnequip` stack was a empty reference leading to issues with having no stack to call unequip. Note: an attempt to give the developer the reference stack back to modify is attempted but due to how stack manipulation occurs it may not be possible or all of them. - Resolve issue where Accessory Nest inner item enchantments were not properly gotten - Fixes some attribute tooltip related logic issues and general problems with the builder ## API: - Refactors to various packages and file locations meant to be a bit more organized with the layout and groupings of class files - `AccessoriesStorage` has had adjustments made to `renderOptions` i.e. the method to which you check if a given slot index should attempt an accessory rendering as it is no a map that contains if a slot is to render or not as a method to reduce overall storage of redundant data. No entry within the map indicates that the value is `true` but it is recommend to check using the given index with `shouldRender` method - Switch from using `SimpleContainer` to a copy of such called `BaseContainer` for which `ExpandedContainer` (previously `ExpandedSimpleContainer`) extends due to changes in 1.21.6 and up that were not compatible with accessories use case anymore - Refactor to `SlotReference` leading to the creation of `SlotPath` which functions as primary storage for information pertaining to locating a given equipped Accessory stack. Such is useful for cases where entity reference is not permitted. - Refactor to how equipped Accessories and their containers to allow for access equipped accessories when in cases like entity rendering. `LivingEntityRenderState` now has methods extended from `AccessoriesRenderStateAPI` to get `AccessoriesStorageLookup` which has similar capabilities to `AccessoriesCapability` for getting `AccessoriesStorage` instances. `AccessoriesStorage` is just the base implementation of `AccessoriesContainer` for accessing simple information like equipped accessories. - **Data Components**: Changes involve either new components, merging of existing components, and adjustments to existing components. - \[NEW] [AccessoryMobEffectsComponent](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryMobEffectsComponent.java) adds the Ability to declare custom mob effects similar to potions on an accessory - Adjust default accessory to use existing Data components for various defaults like `equipFromUse` check - \[NEW] [`AccessoryStackSettings`](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryStackSettings.java) acts as a direct replacement for `AccessoryStackSizeComponent` combined with various Vanilla parity additions like `canEquipFromUse` and more - `AccessoryRenderOverrideComponent` was merged within [`AccessoryCustomRendererComponent`](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryCustomRendererComponent.java) - **Commands**: Refactor commands structure to be more future proof and add missing features compared to other accessory API's. Documentation for such coming within the future. - Component Manipulation commands are now grouped under - \[NEW] Slot Attribute Manipulation Commands: Add the ability to manipulate a entities slot attributes from a command similar to Minecraft's now allowing for commands to change slot sizing - \[NEW] Item Manipulation commands: Allows the ability to interact with an entity accessories slot similar to vanillas
1.3.1-beta+1.21.8 Beta 16.08.2025

[1.21.8] Accessories [Neoforge] - 1.3.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
### Changes: - Add native support to dispense Accessories onto entities from dispensers - Accessories Screen: The given screen has been update with the previous experimental screen replacing the original first version. This comes with some additions based on the original and overall more customizability compared to the original like adjustment to amount of slots on screen, dark mode, and more. The changes from the previous experiments are as follows: - Add double entity view with it being a front and back view of the entity - Remove side crafting area and only allow toggling bottom crafting grid - Add ability to keep various GUI elements within the center of the screen - Add side by side accessories view similar to original screen - Update padding to by parity with vanilla that being panel padding of 7 - Update textures for Entity view with a front and back panel to allow for proper looking scissoring of entity and attempt to prevent rendering poking though armor items - Update Icon buttons to new style of gradients - Add ability to always show crafting grid in experimental screen - Add Cosmetic saddle slot for entities that allow such ### Fixes: - Attempt to prevent opening accessories screen if the client and server are desync on the amount of slots added which prevents instant crashes and is more informative about the issue - Add better handling for stack transfer for all screens outside creative (Creative is still weird but now only duplicates stack so idk) - Fix issues related to resizing stacks not being tracked i.e. when transferring stack amount - Fix issues with not properly tracking container changes due to updating twice invalidating a sync - Fix issues where stack mutation in `onEquip` as such was not properly preserved leading to issues with comparison on equipment changes - Fix issues where `onUnequip` stack was a empty reference leading to issues with having no stack to call unequip. Note: an attempt to give the developer the reference stack back to modify is attempted but due to how stack manipulation occurs it may not be possible or all of them. - Resolve issue where Accessory Nest inner item enchantments were not properly gotten - Fixes some attribute tooltip related logic issues and general problems with the builder ## API: - Refactors to various packages and file locations meant to be a bit more organized with the layout and groupings of class files - `AccessoriesStorage` has had adjustments made to `renderOptions` i.e. the method to which you check if a given slot index should attempt an accessory rendering as it is no a map that contains if a slot is to render or not as a method to reduce overall storage of redundant data. No entry within the map indicates that the value is `true` but it is recommend to check using the given index with `shouldRender` method - Switch from using `SimpleContainer` to a copy of such called `BaseContainer` for which `ExpandedContainer` (previously `ExpandedSimpleContainer`) extends due to changes in 1.21.6 and up that were not compatible with accessories use case anymore - Refactor to `SlotReference` leading to the creation of `SlotPath` which functions as primary storage for information pertaining to locating a given equipped Accessory stack. Such is useful for cases where entity reference is not permitted. - Refactor to how equipped Accessories and their containers to allow for access equipped accessories when in cases like entity rendering. `LivingEntityRenderState` now has methods extended from `AccessoriesRenderStateAPI` to get `AccessoriesStorageLookup` which has similar capabilities to `AccessoriesCapability` for getting `AccessoriesStorage` instances. `AccessoriesStorage` is just the base implementation of `AccessoriesContainer` for accessing simple information like equipped accessories. - **Data Components**: Changes involve either new components, merging of existing components, and adjustments to existing components. - \[NEW] [AccessoryMobEffectsComponent](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryMobEffectsComponent.java) adds the Ability to declare custom mob effects similar to potions on an accessory - Adjust default accessory to use existing Data components for various defaults like `equipFromUse` check - \[NEW] [`AccessoryStackSettings`](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryStackSettings.java) acts as a direct replacement for `AccessoryStackSizeComponent` combined with various Vanilla parity additions like `canEquipFromUse` and more - `AccessoryRenderOverrideComponent` was merged within [`AccessoryCustomRendererComponent`](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryCustomRendererComponent.java) - **Commands**: Refactor commands structure to be more future proof and add missing features compared to other accessory API's. Documentation for such coming within the future. - Component Manipulation commands are now grouped under - \[NEW] Slot Attribute Manipulation Commands: Add the ability to manipulate a entities slot attributes from a command similar to Minecraft's now allowing for commands to change slot sizing - \[NEW] Item Manipulation commands: Allows the ability to interact with an entity accessories slot similar to vanillas
1.3.1-beta+1.21.5 Beta 16.08.2025

[1.21.5] Accessories [Fabric] - 1.3.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric
Показати зміни
### Changes: - Add native support to dispense Accessories onto entities from dispensers - Accessories Screen: The given screen has been update with the previous experimental screen replacing the original first version. This comes with some additions based on the original and overall more customizability compared to the original like adjustment to amount of slots on screen, dark mode, and more. The changes from the previous experiments are as follows: - Add double entity view with it being a front and back view of the entity - Remove side crafting area and only allow toggling bottom crafting grid - Add ability to keep various GUI elements within the center of the screen - Add side by side accessories view similar to original screen - Update padding to by parity with vanilla that being panel padding of 7 - Update textures for Entity view with a front and back panel to allow for proper looking scissoring of entity and attempt to prevent rendering poking though armor items - Update Icon buttons to new style of gradients - Add ability to always show crafting grid in experimental screen - Add Cosmetic saddle slot for entities that allow such ### Fixes: - Attempt to prevent opening accessories screen if the client and server are desync on the amount of slots added which prevents instant crashes and is more informative about the issue - Add better handling for stack transfer for all screens outside creative (Creative is still weird but now only duplicates stack so idk) - Fix issues related to resizing stacks not being tracked i.e. when transferring stack amount - Fix issues with not properly tracking container changes due to updating twice invalidating a sync - Fix issues where stack mutation in `onEquip` as such was not properly preserved leading to issues with comparison on equipment changes - Fix issues where `onUnequip` stack was a empty reference leading to issues with having no stack to call unequip. Note: an attempt to give the developer the reference stack back to modify is attempted but due to how stack manipulation occurs it may not be possible or all of them. - Resolve issue where Accessory Nest inner item enchantments were not properly gotten - Fixes some attribute tooltip related logic issues and general problems with the builder ## API: - Refactors to various packages and file locations meant to be a bit more organized with the layout and groupings of class files - `AccessoriesStorage` has had adjustments made to `renderOptions` i.e. the method to which you check if a given slot index should attempt an accessory rendering as it is no a map that contains if a slot is to render or not as a method to reduce overall storage of redundant data. No entry within the map indicates that the value is `true` but it is recommend to check using the given index with `shouldRender` method - Switch from using `SimpleContainer` to a copy of such called `BaseContainer` for which `ExpandedContainer` (previously `ExpandedSimpleContainer`) extends due to changes in 1.21.6 and up that were not compatible with accessories use case anymore - Refactor to `SlotReference` leading to the creation of `SlotPath` which functions as primary storage for information pertaining to locating a given equipped Accessory stack. Such is useful for cases where entity reference is not permitted. - Refactor to how equipped Accessories and their containers to allow for access equipped accessories when in cases like entity rendering. `LivingEntityRenderState` now has methods extended from `AccessoriesRenderStateAPI` to get `AccessoriesStorageLookup` which has similar capabilities to `AccessoriesCapability` for getting `AccessoriesStorage` instances. `AccessoriesStorage` is just the base implementation of `AccessoriesContainer` for accessing simple information like equipped accessories. - **Data Components**: Changes involve either new components, merging of existing components, and adjustments to existing components. - \[NEW] [AccessoryMobEffectsComponent](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryMobEffectsComponent.java) adds the Ability to declare custom mob effects similar to potions on an accessory - Adjust default accessory to use existing Data components for various defaults like `equipFromUse` check - \[NEW] [`AccessoryStackSettings`](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryStackSettings.java) acts as a direct replacement for `AccessoryStackSizeComponent` combined with various Vanilla parity additions like `canEquipFromUse` and more - `AccessoryRenderOverrideComponent` was merged within [`AccessoryCustomRendererComponent`](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryCustomRendererComponent.java) - **Commands**: Refactor commands structure to be more future proof and add missing features compared to other accessory API's. Documentation for such coming within the future. - Component Manipulation commands are now grouped under - \[NEW] Slot Attribute Manipulation Commands: Add the ability to manipulate a entities slot attributes from a command similar to Minecraft's now allowing for commands to change slot sizing - \[NEW] Item Manipulation commands: Allows the ability to interact with an entity accessories slot similar to vanillas
1.3.1-beta+1.21.5 Beta 16.08.2025

[1.21.5] Accessories [Neoforge] - 1.3.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
### Changes: - Add native support to dispense Accessories onto entities from dispensers - Accessories Screen: The given screen has been update with the previous experimental screen replacing the original first version. This comes with some additions based on the original and overall more customizability compared to the original like adjustment to amount of slots on screen, dark mode, and more. The changes from the previous experiments are as follows: - Add double entity view with it being a front and back view of the entity - Remove side crafting area and only allow toggling bottom crafting grid - Add ability to keep various GUI elements within the center of the screen - Add side by side accessories view similar to original screen - Update padding to by parity with vanilla that being panel padding of 7 - Update textures for Entity view with a front and back panel to allow for proper looking scissoring of entity and attempt to prevent rendering poking though armor items - Update Icon buttons to new style of gradients - Add ability to always show crafting grid in experimental screen - Add Cosmetic saddle slot for entities that allow such ### Fixes: - Attempt to prevent opening accessories screen if the client and server are desync on the amount of slots added which prevents instant crashes and is more informative about the issue - Add better handling for stack transfer for all screens outside creative (Creative is still weird but now only duplicates stack so idk) - Fix issues related to resizing stacks not being tracked i.e. when transferring stack amount - Fix issues with not properly tracking container changes due to updating twice invalidating a sync - Fix issues where stack mutation in `onEquip` as such was not properly preserved leading to issues with comparison on equipment changes - Fix issues where `onUnequip` stack was a empty reference leading to issues with having no stack to call unequip. Note: an attempt to give the developer the reference stack back to modify is attempted but due to how stack manipulation occurs it may not be possible or all of them. - Resolve issue where Accessory Nest inner item enchantments were not properly gotten - Fixes some attribute tooltip related logic issues and general problems with the builder ## API: - Refactors to various packages and file locations meant to be a bit more organized with the layout and groupings of class files - `AccessoriesStorage` has had adjustments made to `renderOptions` i.e. the method to which you check if a given slot index should attempt an accessory rendering as it is no a map that contains if a slot is to render or not as a method to reduce overall storage of redundant data. No entry within the map indicates that the value is `true` but it is recommend to check using the given index with `shouldRender` method - Switch from using `SimpleContainer` to a copy of such called `BaseContainer` for which `ExpandedContainer` (previously `ExpandedSimpleContainer`) extends due to changes in 1.21.6 and up that were not compatible with accessories use case anymore - Refactor to `SlotReference` leading to the creation of `SlotPath` which functions as primary storage for information pertaining to locating a given equipped Accessory stack. Such is useful for cases where entity reference is not permitted. - Refactor to how equipped Accessories and their containers to allow for access equipped accessories when in cases like entity rendering. `LivingEntityRenderState` now has methods extended from `AccessoriesRenderStateAPI` to get `AccessoriesStorageLookup` which has similar capabilities to `AccessoriesCapability` for getting `AccessoriesStorage` instances. `AccessoriesStorage` is just the base implementation of `AccessoriesContainer` for accessing simple information like equipped accessories. - **Data Components**: Changes involve either new components, merging of existing components, and adjustments to existing components. - \[NEW] [AccessoryMobEffectsComponent](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryMobEffectsComponent.java) adds the Ability to declare custom mob effects similar to potions on an accessory - Adjust default accessory to use existing Data components for various defaults like `equipFromUse` check - \[NEW] [`AccessoryStackSettings`](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryStackSettings.java) acts as a direct replacement for `AccessoryStackSizeComponent` combined with various Vanilla parity additions like `canEquipFromUse` and more - `AccessoryRenderOverrideComponent` was merged within [`AccessoryCustomRendererComponent`](https://github.com/wisp-forest/accessories/blob/1.21.5/common/src/main/java/io/wispforest/accessories/api/components/AccessoryCustomRendererComponent.java) - **Commands**: Refactor commands structure to be more future proof and add missing features compared to other accessory API's. Documentation for such coming within the future. - Component Manipulation commands are now grouped under - \[NEW] Slot Attribute Manipulation Commands: Add the ability to manipulate a entities slot attributes from a command similar to Minecraft's now allowing for commands to change slot sizing - \[NEW] Item Manipulation commands: Allows the ability to interact with an entity accessories slot similar to vanillas
1.1.0-beta.48+1.21.1 Beta 02.08.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issue where containers would not init properly due to optimization attempt
1.1.0-beta.48+1.21.1 Beta 02.08.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issue where containers would not init properly due to optimization attempt
1.1.0-beta.47+1.21.1 Beta 31.07.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Attempt optimization with AccessoriesCapability to prevent some overhead when getting holder value
1.1.0-beta.47+1.21.1 Beta 31.07.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Attempt optimization with AccessoriesCapability to prevent some overhead when getting holder value
1.1.0-beta.46+1.21.1 Beta 26.07.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
## Fixes: - Disable accessories screen tab pages due to issues with it - Add check for Predicate on Player Inventory similar to other contains checks
1.1.0-beta.46+1.21.1 Beta 26.07.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
## Fixes: - Disable accessories screen tab pages due to issues with it - Add check for Predicate on Player Inventory similar to other contains checks
1.1.0-beta.45+1.21.1 Beta 14.07.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with gl rendering errors with rendering accessories due to neoforge stencil API causing issues with custom hover buffer
1.1.0-beta.44+1.21.1 Beta 10.07.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Attempt to prevent opening Accessories Screen when client is desynced to prevent instant crashing issues
1.1.0-beta.44+1.21.1 Beta 10.07.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Attempt to prevent opening Accessories Screen when client is desynced to prevent instant crashing issues and fix issues with using FFAPI in common
1.1.0-beta.43+1.21.1 Beta 20.05.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with syncing data on respawn leading to crashes when opening screen or accessories not working
1.1.0-beta.43+1.21.1 Beta 20.05.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with syncing data on respawn leading to crashes when opening screen or accessories not working
1.1.0-beta.42+1.21.1 Beta 23.04.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Cache and reuse a single entity for entity render function decreasing memory usage
1.1.0-beta.42+1.21.1 Beta 23.04.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Cache and reuse a single entity for entity render function decreasing memory usage
1.1.0-beta.41+1.21.1 Beta 22.04.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix issue with ModelRootAccess not using the childpart when looking though its decendents - Create mutationEvent when needed rather than always on creation of PatchedDataComponentMap - Fix issues with early return and tick entity once after creation within Entity Rendering Function - Fix issues with resolving references in Custom Renderer Loader Changes: - Add ability regulate if the given rendering function entity should tick once - Properly clear ManagedDataLoader and add try catch exceptions for normal data loader
1.1.0-beta.41+1.21.1 Beta 22.04.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix issue with ModelRootAccess not using the childpart when looking though its decendents - Create mutationEvent when needed rather than always on creation of PatchedDataComponentMap - Fix issues with early return and tick entity once after creation within Entity Rendering Function - Fix issues with resolving references in Custom Renderer Loader Changes: - Add ability regulate if the given rendering function entity should tick once - Properly clear ManagedDataLoader and add try catch exceptions for normal data loader
1.1.0-beta.40+1.21.1 Beta 20.04.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issue with ModelRootAccess not using the childpart when looking though its decendents
1.1.0-beta.40+1.21.1 Beta 20.04.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issue with ModelRootAccess not using the childpart when looking though its decendents
1.1.0-beta.39+1.21.1 Beta 19.04.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix for possible method name collisions with interface injected model lookup access
1.1.0-beta.39+1.21.1 Beta 19.04.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix for possible method name collisions with interface injected model lookup access
1.1.0-beta.38+1.21.1 Beta 18.04.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Add fix for models instantiated outside typical model loading phase
1.1.0-beta.38+1.21.1 Beta 18.04.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Add fix for models instantiated outside typical model loading phase
1.1.0-beta.37+1.21.1 Beta 18.04.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Features: - Add ability to render a custom render function based on if a given model part exists - Update model targeting system for future expansion and overall better targeting Fixes: - Adjusted AccessoriesRenderLayer to fix issues of unneeded draw calls - Fix issues with endec and optionals causing crashes or general decode/encode issues
1.1.0-beta.37+1.21.1 Beta 18.04.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Features: - Add ability to render a custom render function based on if a given model part exists - Update model targeting system for future expansion and overall better targeting Fixes: - Adjusted AccessoriesRenderLayer to fix issues of unneeded draw calls - Fix issues with endec and optionals causing crashes or general decode/encode issues - Fix issues with dropping accessories on death was not vanilla parity breaking VanillaTweaks Graves
1.1.0-beta.36+1.21.1 Beta 12.04.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issue with an inability to access a protected method on player leading to crashing
1.1.0-beta.35+1.21.1 Beta 27.03.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
## Fixes: - Attempt to deal with holder `setValidTypes` issues due to threading...? - Item ghosting issues and properly handle transferring from and to inventory screen
1.1.0-beta.35+1.21.1 Beta 27.03.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
## Fixes: - Attempt to deal with holder `setValidTypes` issues due to threading...? - Item ghosting issues and properly handle transferring from and to inventory screen
1.1.0-beta.34+1.21.1 Beta 21.03.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
### Fixes: - Issues with recent switch to a BiMap and prevent future issues - LivingEntityTrinketComponent injection args not being correct for latest trinkets version
1.1.0-beta.34+1.21.1 Beta 21.03.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
### Fixes: - Issues with recent switch to a BiMap and prevent future issues - LivingEntityTrinketComponent injection args not being correct for latest trinkets version
1.1.0-beta.33+1.21.1 Beta 21.03.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix for some items having no default rendering
1.1.0-beta.33+1.21.1 Beta 21.03.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix for some items having no default rendering
1.1.0-beta.32+1.21.1 Beta 21.03.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Adjustments to Renderer API and add custom bundle renderer Features: - Prevent errors from spamming logs if a renderer is erroring - Adjust particle rendering to allow for proper unique rendering
1.1.0-beta.32+1.21.1 Beta 21.03.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Adjustments to Renderer API and add custom bundle renderer Features: - Prevent errors from spamming logs if a renderer is erroring - Adjust particle rendering to allow for proper unique rendering
1.1.0-beta.31+1.21.1 Beta 16.03.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Minor update containing some adjustments to the Data Driven Accessory Renderer Format
1.2.19-beta+1.21.4 Beta 16.03.2025

[1.21.4] Accessories [Fabric] - 1.2.19

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Possible crash caused by modder's who DO NOT REGISTER ENCHANTMENTS EVEN THOUGH THEY SHOULD! - After respawn, player data was not properly synced to the client leading to ghost items
1.2.19-beta+1.21.4 Beta 16.03.2025

[1.21.4] Accessories [Neoforge] - 1.2.19

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Possible crash caused by modder's who DO NOT REGISTER ENCHANTMENTS EVEN THOUGH THEY SHOULD!
1.1.0-beta.31+1.21.1 Beta 15.03.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Minor update containing some adjustments to the Data Driven Accessory Renderer Format
1.0.0-beta.47+1.20.1 Beta 14.03.2025

[1.20.1] Accessories [Fabric] - 1.0.0 Beta 47

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Adjust Drop Event call to prevent issues with certain entities not dropping loot
1.1.0-beta.30+1.21.1 Beta 14.03.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Remove fixes for Slot Disabling and Exclusion zone with recent owo update
1.1.0-beta.29+1.21.1 Beta 14.03.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Minor update containing the ability to disable a temporary mixin that fixes decoding issues with NBT combined with initial implementation of experimental data driven renderer API
1.1.0-beta.29+1.21.1 Beta 14.03.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Minor update containing the ability to disable a temporary mixin that fixes decoding issues with NBT combined with initial implementation of experimental data driven renderer API
1.2.18-beta+1.21.4 Beta 18.02.2025

[1.21.4] Accessories [Fabric] - 1.2.18

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - issues with recent Neoforge API changes involved with resource reloading - issues with interface injected methods colliding with other mods doing similar actions with entity rendering
1.2.18-beta+1.21.4 Beta 18.02.2025

[1.21.4] Accessories [Neoforge] - 1.2.18

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - issues with recent Neoforge API changes involved with resource reloading - issues with interface injected methods colliding with other mods doing similar actions with entity rendering
1.0.0-beta.46+1.20.1 Beta 16.02.2025

[1.20.1] Accessories [Fabric] - 1.0.0 Beta 46

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues where Accessories Rendering loading leads to errors in resource loading being covered up due to the inability to load needed resources.
1.0.0-beta46+1.20.1 Beta 16.02.2025

[1.20.1] Accessories [Neoforge] - 1.0.0 Beta 46

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fix issues where Accessories Rendering loading leads to errors in resource loading being covered up due to the inability to load needed resources.
1.2.17-beta+1.21.4 Beta 15.02.2025

[1.21.4] Accessories [Fabric] - 1.2.17

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Issues with turkish locale incorrectly uppercasing leading to errors - Issues with missing texture for player offhand slot in Original Accessories Screen Features: - Adjust the size and rendering of Accessories injected button to easier to datapack - Adjust quick move within experimental screen to prevent quick equipping into cosmetic armor slots combined with reworking slot priority
1.2.17-beta+1.21.4 Beta 15.02.2025

[1.21.4] Accessories [Neoforge] - 1.2.17

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Issues with turkish locale incorrectly uppercasing leading to errors - Issues with missing texture for player offhand slot in Original Accessories Screen Features: - Adjust the size and rendering of Accessories injected button to easier to datapack - Adjust quick move within experimental screen to prevent quick equipping into cosmetic armor slots combined with reworking slot priority
1.1.0-beta.28+1.21.1 Beta 15.02.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Issues with turkish locale incorrectly uppercasing leading to errors Features: - Adjust the size and rendering of Accessories injected button to easier to datapack - Adjust quick move within experimental screen to prevent quick equipping into cosmetic armor slots combined with reworking slot priority
1.1.0-beta.28+1.21.1 Beta 15.02.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Issues with turkish locale incorrectly uppercasing leading to errors Features: - Adjust the size and rendering of Accessories injected button to easier to datapack - Adjust quick move within experimental screen to prevent quick equipping into cosmetic armor slots combined with reworking slot priority
1.0.0-beta.45+1.20.1 Beta 15.02.2025

[1.20.1] Accessories [Fabric] - 1.0.0 Beta 45

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix cases where people using Turkish locale had issues with various errors when uppercasing or lowercasing words
1.0.0-beta45+1.20.1 Beta 15.02.2025

[1.20.1] Accessories [Neoforge] - 1.0.0 Beta 45

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fix cases where people using Turkish locale had issues with various errors when uppercasing or lowercasing words
1.2.16-beta+1.21.4 Beta 05.02.2025

[1.21.4] Accessories [Fabric] - 1.2.16

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Contains changes initial pushed to 1.20.1 with various general fixes
1.2.16-beta+1.21.4 Beta 05.02.2025

[1.21.4] Accessories [Neoforge] - 1.2.16

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Contains changes initial pushed to 1.20.1 with various general fixes
1.1.0-beta.27+1.21.1 Beta 05.02.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with the mixin to prevent duplicating of Accessories when switching to and from CCLayer was only applied on the Client
1.1.0-beta.27+1.21.1 Beta 05.02.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with the mixin to prevent duplicating of Accessories when switching to and from CCLayer was only applied on the Client
1.1.0-beta.26+1.21.1 Beta 03.02.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Cleanup some client class loading issues that would lead to crashing
1.1.0-beta.26+1.21.1 Beta 03.02.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Cleanup some client class loading issues that would lead to crashing
1.1.0-beta.25+1.21.1 Beta 03.02.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix issues with packet handling for asking players for desired screen variant - Add hook into curios to prevent issues with the CCLayer duplicating items on decoding when switching between layer and the API
1.1.0-beta.25+1.21.1 Beta 03.02.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix issues with packet handling for asking players for desired screen variant - Add hook into curios to prevent issues with the CCLayer duplicating items on decoding when switching between layer and the API
1.2.15-beta+1.21.4 Beta 22.01.2025

[1.21.4] Accessories [Fabric] - 1.2.15

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
## Fixes: - Issues with loading incorrect texture related to saddled entities within experimental screen - Missing translation key for gamerule ## Changes: - Adjust screen button injection to be API driven allowing for compat of other entities and add support for horses inventory by default - Adjust strict mode for Unique slot API to allow for changes to who has the slot bound to them in partial mode - Allow for cosmetic armor to be added to other entities for other mod compat
1.2.15-beta+1.21.4 Beta 22.01.2025

[1.21.4] Accessories [Neoforge] - 1.2.15

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
## Fixes: - Issues with loading incorrect texture related to saddled entities within experimental screen - Missing translation key for gamerule ## Changes: - Adjust screen button injection to be API driven allowing for compat of other entities and add support for horses inventory by default - Adjust strict mode for Unique slot API to allow for changes to who has the slot bound to them in partial mode - Allow for cosmetic armor to be added to other entities for other mod compat
1.1.0-beta.24+1.21.1 Beta 22.01.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Issues with loading incorrect texture related to saddled entities within experimental screen - Missing translation key for gamerule
1.1.0-beta.24+1.21.1 Beta 22.01.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Issues with loading incorrect texture related to saddled entities within experimental screen - Missing translation key for gamerule
1.0.0-beta.44+1.20.1 Beta 18.01.2025

[1.20.1] Accessories [Fabric] - 1.0.0 Beta 44

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with keepInventory not working leading to ignored accessories on respawn combined with adding a new gamerule like keep inventory for just Accessories only
1.0.0-beta44+1.20.1 Beta 18.01.2025

[1.20.1] Accessories [Neoforge] - 1.0.0 Beta 44

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fix issues with keepInventory not working leading to ignored accessories on respawn combined with adding a new gamerule like keep inventory for just Accessories only
1.2.14-beta+1.21.4 Beta 18.01.2025

[1.21.4] Accessories [Fabric] - 1.2.14

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with keepInventory not working leading to ignored accessories on respawn combined with adding a new gamerule like keep inventory for just Accessories only
1.2.14-beta+1.21.4 Beta 18.01.2025

[1.21.4] Accessories [Neoforge] - 1.2.14

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with keepInventory not working leading to ignored accessories on respawn combined with adding a new gamerule like keep inventory for just Accessories only
1.1.0-beta.23+1.21.1 Beta 18.01.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with keepInventory not working leading to ignored accessories on respawn combined with adding a new gamerule like keep inventory for just Accessories only
1.1.0-beta.23+1.21.1 Beta 18.01.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with keepInventory not working leading to ignored accessories on respawn combined with adding a new gamerule like keep inventory for just Accessories only
1.2.13-beta+1.21.4 Beta 17.01.2025

[1.21.4] Accessories [Fabric] - 1.2.13

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
## Fixes: - Button being misplaced with other mods adjusting inventory screen position - Disable Experimental caching due to issues with desyncing data causing various issues with YIGD and more
1.2.13-beta+1.21.4 Beta 17.01.2025

[1.21.4] Accessories [Neoforge] - 1.2.13

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
## Fixes: - Button being misplaced with other mods adjusting inventory screen position - Disable Experimental caching due to issues with desyncing data causing various issues with YIGD and more
1.1.0-beta.22+1.21.1 Beta 17.01.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
## Fixes: - Button being misplaced with other mods adjusting inventory screen position - Disable Experimental caching due to issues with desyncing data causing various issues with YIGD and more ## Feature: - Add support for adjusting if a entity should freeze
1.1.0-beta.22+1.21.1 Beta 17.01.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
## Fixes: - Button being misplaced with other mods adjusting inventory screen position - Disable Experimental caching due to issues with desyncing data causing various issues with YIGD and more ## Feature: - Add support for adjusting if a entity should freeze
1.0.0-beta.43+1.20.1 Beta 10.01.2025

[1.20.1] Accessories [Fabric] - 1.0.0

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Bug fix update for lower TPS due to logger creation for every attribute builder
1.2.11-beta+1.21.4 Beta 07.01.2025

[1.21.4] Accessories [Fabric] - 1.2.11

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Adjust Accessories Experimental screen to allow for more datapackablity to the various background textures for both Darkmode and Lightmode. Dose come with a slight performance increase in rendering time as well for the given screen.
1.2.11-beta+1.21.4 Beta 07.01.2025

[1.21.4] Accessories [Neoforge] - 1.2.11

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Adjust Accessories Experimental screen to allow for more datapackablity to the various background textures for both Darkmode and Lightmode. Dose come with a slight performance increase in rendering time as well for the given screen.
1.1.0-beta.21+1.21.1 Beta 07.01.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Adjust Accessories Experimental screen to allow for more datapackablity to the various background textures for both Darkmode and Lightmode. Dose come with a slight performance increase in rendering time as well for the given screen.
1.1.0-beta.21+1.21.1 Beta 07.01.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Adjust Accessories Experimental screen to allow for more datapackablity to the various background textures for both Darkmode and Lightmode. Dose come with a slight performance increase in rendering time as well for the given screen.
1.2.10-beta+1.21.4 Beta 06.01.2025

[1.21.4] Accessories [Fabric] - 1.2.10

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Fixes for cache resetting when already empty or mismatch between inventory and cache values
1.2.10-beta+1.21.4 Beta 06.01.2025

[1.21.4] Accessories [Neoforge] - 1.2.10

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes for cache resetting when already empty or mismatch between inventory and cache values
1.1.0-beta.20+1.21.1 Beta 06.01.2025

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes for cache resetting when already empty or mismatch between inventory and cache values
1.1.0-beta.20+1.21.1 Beta 06.01.2025

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes for cache resetting when already empty or mismatch between inventory and cache values
1.2.9-beta+1.21.4 Beta 02.01.2025

[1.21.4] Accessories [Fabric] - 1.2.9

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues related to crashing with enchantments and various problems where enchantment attributes were not being detected
1.2.9-beta+1.21.4 Beta 02.01.2025

[1.21.4] Accessories [Neoforge] - 1.2.9

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues related to crashing with enchantments and various problems where enchantment attributes were not being detected
1.0.0-beta43+1.20.1 Beta 27.12.2024

[1.20.1] Accessories [Neoforge] - 1.0.0

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Bug fix update for lower TPS due to logger creation for every attribute builder
1.0.0-beta43+1.20.1 Beta 27.12.2024

[1.20.1] Accessories [Neoforge] - 1.0.0

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Bug fix update for lower TPS due to logger creation for every attribute builder
1.2.8-beta+1.21.4 Beta 26.12.2024

[1.21.4] Accessories [Fabric] - 1.2.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Bug fix update for crashing due to certain entities having a inability to find a elytra leading to a method getting a internal equipslot
1.2.8-beta+1.21.4 Beta 26.12.2024

[1.21.4] Accessories [Neoforge] - 1.2.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Bug fix update for crashing due to certain entities having a inability to find a elytra leading to a method getting a internal equipslot
1.2.7-beta+1.21.4 Beta 24.12.2024

[1.21.4] Accessories [Fabric] - 1.2.7

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Fix for improper casting due of a given entity render state leading to crashes with mobs like Ender Dragon
1.2.7-beta+1.21.4 Beta 24.12.2024

[1.21.4] Accessories [Neoforge] - 1.2.7

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Fix for improper casting due of a given entity render state leading to crashes with mobs like Ender Dragon
1.2.6-beta+1.21.4 Beta 21.12.2024

[1.21.4] Accessories [Fabric] - 1.2.6

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
Fix crash with screens that have recipe book and was not the inventory screen ## Features - Add ability to adjust if a entity freezes though equipped accessories
1.2.6-beta+1.21.4 Beta 21.12.2024

[1.21.4] Accessories [Neoforge] - 1.2.6

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
Fix crash with screens that have recipe book and was not the inventory screen ## Features - Add ability to adjust if a entity freezes though equipped accessories
1.1.0-beta.19+1.21.1 Beta 19.12.2024

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Adjust cache lookup to prevent caching of generic Predicates which may fix issues with higher periods of memory usage
1.1.0-beta.19+1.21.1 Beta 19.12.2024

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Adjust cache lookup to prevent caching of generic Predicates which may fix issues with higher periods of memory usage
1.2.5-beta+1.21.4 Beta 16.12.2024

[1.21.4] Accessories [Fabric] - 1.2.5

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
A ported version of 1.2.5 for Minecraft 1.21.4 combined with some recent changes # Changes - Add Russian (By mpustovoi) and zh-tw (By EvanHsieh0415 and notlin4) Translations - Adjust Enchantment tag to be a blacklist instead of a whitelist # Fixes - Fix issues where there inability to quick equip Accessories into experimental GUI
1.2.5-beta+1.21.4 Beta 16.12.2024

[1.21.4] Accessories [Neoforge] - 1.2.5

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
A ported version of 1.2.5 for Minecraft 1.21.4 combined with some recent changes # Changes - Add Russian (By mpustovoi) and zh-tw (By EvanHsieh0415 and notlin4) Translations - Adjust Enchantment tag to be a blacklist instead of a whitelist # Fixes - Fix issues where there inability to quick equip Accessories into experimental GUI
1.1.0-beta.18+1.21.1 Beta 16.12.2024

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
# Changes - Add Russian (By mpustovoi) and zh-tw (By EvanHsieh0415 and notlin4) Translations - Adjust Enchantment tag to be a blacklist instead of a whitelist # Fixes - Fix issues where there inability to quick equip Accessories into experimental GUI - Fix possible issue with data attachment being registered at wrong time
1.1.0-beta.18+1.21.1 Beta 16.12.2024

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
# Changes - Add Russian (By mpustovoi) and zh-tw (By EvanHsieh0415 and notlin4) Translations - Adjust Enchantment tag to be a blacklist instead of a whitelist # Fixes - Fix issues where there inability to quick equip Accessories into experimental GUI
1.2.4-beta+1.21.2 Beta 13.12.2024

[1.21.3] Accessories [Neoforge] - 1.2.4

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issue with uploading dev jar instead of production jar
1.2.4-beta+1.21.2 Beta 13.12.2024

[1.21.3] Accessories [Fabric] - 1.2.4

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with AW not being remapped causing a crash on startup
1.2.3-beta+1.21.2 Beta 11.12.2024

[1.21.1] Accessories [Neoforge] - 1.2.3

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
General update to 1.21.2 with some changes around gameplay and API. ## Features: - Add support for elytra being equipped within cape or back slot which must be toggled on within Accessories Config - Add support for totem being equipped within the charm slot which must be toggled on within Accessories Config - Add support for putting the banner within the hat slot to wear such like illagers ## Fixes: - Properly track stack mutations for Accessory Nests ## API: - Refactors to remove central class to break up core API into specific sections - Move Holder class to private API - Publish Neo specific files like AT and interface injection file - Adjust API enchantment redirection tag to being a blacklist instead of a whitelist
1.2.3-beta+1.21.2 Beta 11.12.2024

[1.21.3] Accessories [Fabric] - 1.2.3

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric
Показати зміни
General update to 1.21.2 with some changes around gameplay and API. ## Features: - Add support for elytra being equipped within cape or back slot which must be toggled on within Accessories Config - Add support for totem being equipped within the charm slot which must be toggled on within Accessories Config - Add support for putting the banner within the hat slot to wear such like illagers ## Fixes: - Properly track stack mutations for Accessory Nests ## API: - Refactors to remove central class to break up core API into specific sections - Move Holder class to private API - Publish Neo specific files like AT and interface injection file - Adjust API enchantment redirection tag to being a blacklist instead of a whitelist
1.0.0-beta42+1.20.1 Beta 02.11.2024

Accessories Neoforge 1.0.0 Beta 42 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fix issues with gravestone mods and other death mods not capturing accessories properly
1.1.0-beta.16+1.21.1 Beta 26.10.2024

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues related to clearing accessories inventory not clearing until restart of server/client
1.1.0-beta.16+1.21.1 Beta 26.10.2024

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues related to clearing accessories inventory not clearing until restart of server/client
1.1.0-beta.15+1.21.1 Beta 25.10.2024

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Attempt fix for concurrent clearing while building allEquipped list within cache lookup
1.1.0-beta.15+1.21.1 Beta 25.10.2024

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Attempt fix for concurrent clearing while building allEquipped list within cache lookup
1.1.0-beta.14+1.21.1 Beta 24.10.2024

[1.21.1] Accessories [Fabric] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with setting the valid types with the wrong entity causing crashing for wolfs and such.
1.1.0-beta.14+1.21.1 Beta 24.10.2024

[1.21.1] Accessories [Neoforge] - 1.1.0

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with setting the valid types with the wrong entity causing crashing for wolfs and such.
1.1.0-beta.13+1.21.1 Beta 24.10.2024

Accessories Fabric 1.1.0 Beta 13 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Patch fix for remapping issues with recent beta 12 update
1.1.0-beta.12+1.21.1 Beta 24.10.2024

Accessories Neoforge 1.1.0 Beta 12 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
**Updates from here now Require you to download owo-lib!** The update contains fixes for Cache lookup that lead to issues with finding stacks with single container changes not updating main lookup leading to incorrect behavior combined with better tracking of Accessory Nest Mutations.
1.1.0-beta.12+1.21.1 Beta 24.10.2024

Accessories Fabric 1.1.0 Beta 12 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
This update contains fixes for Cache lookup that lead to issues with finding stacks with single container changes not updating main lookup leading to incorrect behavior combined with better tracking of Accessory Nest Mutations.
1.1.0-beta.10+1.21.1 Beta 20.10.2024

Accessories Fabric 1.1.0 Beta 10 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes issue with decoding button offset values within config
1.1.0-beta.10+1.21.1 Beta 20.10.2024

Accessories Neoforge 1.1.0 Beta 10 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes issue with decoding button offset values within config
1.1.0-beta.9+1.21.1 Beta 19.10.2024

Accessories Fabric 1.1.0 Beta 9 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix possible crashing with cache lookup - Adjust Cosmetic Armor injection for better compatibility
1.1.0-beta.9+1.21.1 Beta 19.10.2024

Accessories Neoforge 1.1.0 Beta 9 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix possible crashing with cache lookup - Adjust Cosmetic Armor injection for better compatibility
1.1.0-beta.8+1.21.1 Beta 19.10.2024

Accessories Neoforge 1.1.0 Beta 8 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
This update contains some screen-related fixes combined with some experimental attempt to cache item lookup for better performance. Changes: - Add Experimental Lookup Caching for better performance (Can be toggled within config if issues arise) Fixes: - Adjust owo dependency and JIJ stuff to remove problematic FFAPI modules - Fix incorrect key for vector2i y value - Prevent invalid containers from being gotten leading to possible crashes due to missing slot type - Allow for the closing of the accessories screen using open accessories keybind when within the screen - Adjust tooltip rendering to prevent such from covering the player at all costs - Allow for Entity Renderer to follow mouse cursor (Configurable) - Allow for crafting grid to be located in the sidebar area if group filters are not present - Attempt temp fix to constant entity clipping into GUI elements by pushing a bunch of stuff forward in Z axis
1.1.0-beta.7+1.21.1 Beta 15.10.2024

Accessories Fabric 1.1.0 Beta 7 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix issues with Scrollable Widget leading to issues with slots only being cosmetic variants when switching - Fix issues with being able to equip cosmetic armor quickly
1.1.0-beta.7+1.21.1 Beta 15.10.2024

Accessories Neoforge 1.1.0 Beta 7 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix issues with Scrollable Widget leading to issues with slots only being cosmetic variants when switching - Fix issues with being able to equip cosmetic armor quickly - Invoke GatherSkippedAttributeTooltipsEvent to fix issues with some attributes showing up
1.1.0-beta.6+1.21.1 Beta 13.10.2024

Accessories Neoforge 1.1.0 Beta 6 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix issues with serialization and prevent crashing when trying to set out-of-bounds indexes
1.1.0-beta.6+1.21.1 Beta 13.10.2024

Accessories Fabric 1.1.0 Beta 6 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with serialization and prevent crashing when trying to set out-of-bounds indexes
1.1.0-beta.5+1.21.1 Beta 12.10.2024

Accessories Fabric 1.1.0 Beta 5 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix crashes due to improper implementation of LootContext wrapping for Deprecated API
1.1.0-beta.5+1.21.1 Beta 12.10.2024

Accessories Neoforge 1.1.0 Beta 5 for 1.21

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix crashes due to improper implementation of LootContext wrapping for Deprecated API
1.1.0-beta.4+1.21.1 Beta 10.10.2024

Accessories Fabric 1.1.0 Beta 4 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Add support for EFM API fixing rendering issues with Resourcepacks like Fresh animations and alike
1.1.0-beta.4+1.21.1 Beta 10.10.2024

Accessories Neoforge 1.1.0 Beta 4 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Add support for EFM API fixing rendering issues with Resourcepacks like Fresh animations and alike
1.0.0-beta.41+1.20.1 Beta 10.10.2024

Accessories Fabric 1.0.0 Beta 41 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Add support for EFM API fixing rendering issues with Resourcepacks like Fresh animations and alike
1.0.0-beta41+1.20.1 Beta 10.10.2024

Accessories Neoforge 1.0.0 Beta 41 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Add support for EFM API fixing rendering issues with Resourcepacks like Fresh animations and alike
1.1.0-beta.3+1.21.1 Beta 09.10.2024

Accessories Fabric 1.1.0 Beta 3 for 1.20.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
This update contains a new screen variant and many previous fixes for 1.20.1. Features: - [**NEW**] Experimental bulk screen with customization for widget positions, sizes, and even a built-in dark mode - Designed to work with other entities like horses, dogs, and more - [**NEW**] Built-in support for cosmetic armor for players, horses, and even your dog! - Refactor the config screen and adjust the format to be cleaner - Move death drop code to specific method calls and events to be more compatible with grave or corpse mods Fixes: - Fix possible crash for Sodium 6.0 by adding direct support for such - Fix issues with checking unused slots was imperfect leading to some slots being ignored - Fix issues with drop rule override not being properly handled - Fix issues related to quick equipment being allowed for all accessories even if such is disabled - Fix issues related to slot attribute methods not returning holder - Fix issues with not setting the `SlotReference` within the attribute to get a callback API: - Add the ability to register a given accessory item as armor rendering - Use Neo Attribute API for formatting attributes - Pass Loot context for `LootingAdjustments` API and deprecate old API - Add initial Data Generation API
1.1.0-beta.3+1.21.1 Beta 09.10.2024

Accessories Neoforge 1.1.0 Beta 3 for 1.20.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
This update contains a new screen variant and many previous fixes for 1.20.1. Features: - [**NEW**] Experimental bulk screen with customization for widget positions, sizes, and even a built-in dark mode - Designed to work with other entities like horses, dogs, and more - [**NEW**] Built-in support for cosmetic armor for players, horses, and even your dog! - Refactor the config screen and adjust the format to be cleaner - Move death drop code to specific method calls and events to be more compatible with grave or corpse mods Fixes: - Fix possible crash for Sodium 6.0 by adding direct support for such - Fix issues with checking unused slots was imperfect leading to some slots being ignored - Fix issues with drop rule override not being properly handled - Fix issues related to quick equipment being allowed for all accessories even if such is disabled - Fix issues related to slot attribute methods not returning holder - Fix issues with not setting the `SlotReference` within the attribute to get a callback API: - Add the ability to register a given accessory item as armor rendering - Use Neo Attribute API for formatting attributes - Pass Loot context for `LootingAdjustments` API and deprecate old API - Add initial Data Generation API
1.0.0-beta.40+1.20.1 Beta 06.10.2024

Accessories Fabric 1.0.0 Beta 40 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with increased slot count accessories lead to items getting voided on relog or death
1.0.0-beta40+1.20.1 Beta 06.10.2024

Accessories Neoforge 1.0.0 Beta 40 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fix issues with increased slot count accessories lead to items getting voided on relog or death
1.0.0-beta39+1.20.1 Beta 03.10.2024

Accessories Neoforge 1.0.0 Beta 39 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fix issues with attributes not being stackable due to not passing slot ref info in the attribute builder
1.0.0-beta.39+1.20.1 Beta 03.10.2024

Accessories Fabric 1.0.0 Beta 39 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix issues with attributes not being stackable due to not passing slot ref info in the attribute builder
1.0.0-beta.38+1.20.1 Beta 30.09.2024

Accessories Fabric 1.0.0 Beta 38 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes issue where quick equip worked no matter the value passed from `canEquipFromUse` leading to issues with mods disabling such or not prepared for such action
1.0.0-beta38+1.20.1 Beta 30.09.2024

Accessories Neoforge 1.0.0 Beta 38 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fixes issue where quick equip worked no matter the value passed from `canEquipFromUse` leading to issues with mods disabling such or not prepared for such action
1.0.0-beta.37+1.20.1 Beta 29.09.2024

Accessories Fabric 1.0.0 Beta 37 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Contains a fix for adjusting how slot groups are loaded allowing for the ability to add onto existing groups combined with adding Simplified Chinese (By JellyBubb1e) and Russian (By mpustovoi) translations.
1.0.0-beta37+1.20.1 Beta 29.09.2024

Accessories Neoforge 1.0.0 Beta 37 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Contains a fix for adjusting how slot groups are loaded allowing for the ability to add onto existing groups combined with adding Simplified Chinese (By JellyBubb1e) and Russian (By mpustovoi) translations.
1.0.0-beta.36+1.20.1 Beta 26.09.2024

Accessories Fabric 1.0.0 Beta 36 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix crashes occurring with invalid resource location while using the attribute name - Fix improper config syncing when loading into a world - Fix the issue where items were dropping on death no matter the drop rule - Adjust get Used slots code to reflect actually used slots
1.0.0-beta36+1.20.1 Beta 26.09.2024

Accessories Neoforge 1.0.0 Beta 36 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge
Показати зміни
Fixes: - Fix crashes occurring with invalid resource location while using the attribute name - Fix improper config syncing when loading into a world - Fix the issue where items were dropping on death no matter the drop rule - Adjust get Used slots code to reflect actually used slots
1.0.0-beta.35+1.20.1 Beta 15.09.2024

Accessories Fabric 1.0.0 Beta 35 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
This update contains a backport to fix attribute issues being deduplicated and more
1.0.0-beta35+1.20.1 Beta 15.09.2024

Accessories Neoforge 1.0.0 Beta 35 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
This update contains a backport to fix attribute issues being deduplicated and more
1.0.0-beta.35+1.21 Beta 15.09.2024

Accessories Fabric 1.0.0 Beta 35 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix lag due to incorrect logger creation on AttributeBuilder - Fix issues where entire accessories data is synced before slot data producing an error - Fix issues with Unique Slot API only got SlotTypeReference on the server leading to null errors
1.0.0-beta.35+1.21 Beta 15.09.2024

Accessories Neoforge 1.0.0 Beta 35 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix lag due to incorrect logger creation on AttributeBuilder - Fix issues where entire accessories data is synced before slot data producing an error - Fix issues with Unique Slot API only got SlotTypeReference on the server leading to null errors
1.0.0-beta.34+1.21 Beta 13.09.2024

Accessories Fabric 1.0.0 Beta 34 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
The update contains a new data component to adjust the default rendering transformation and a fix for incorrect slot attribute code. Default Transformation Feature: Using the new data component(`accessories:render_transformations`) you can transform accessories builtin default rendering either: - `translation`: move rendering with vec3 input - `raw_rotation`: Raw Quaternionf rotation - `axis_rotation`: Axis based rotation - `scale`: Adjust the size of the given rendering - `transform_to`: Transform, rotate, and scale if needed to the proper model part and its side based on the target face or raw normals passed - `matrix`: Raw matrix value to transform the given matrix stack More info about such a format will come to the docs in the future.
1.0.0-beta.34+1.21 Beta 13.09.2024

Accessories Neoforge 1.0.0 Beta 34 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The update contains a new data component to adjust the default rendering transformation and a fix for incorrect slot attribute code. Default Transformation Feature: Using the new data component(`accessories:render_transformations`) you can transform accessories builtin default rendering either: - `translation`: move rendering with vec3 input - `raw_rotation`: Raw Quaternionf rotation - `axis_rotation`: Axis based rotation - `scale`: Adjust the size of the given rendering - `transform_to`: Transform, rotate, and scale if needed to the proper model part and its side based on the target face or raw normals passed - `matrix`: Raw matrix value to transform the given matrix stack More info about such a format will come to the docs in the future.
1.0.0-beta.33+1.21 Beta 04.09.2024

Accessories Fabric 1.0.0 Beta 33 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
The update contains various API additions and some bug fixes related to Attributes and AccessoryNests. Fixes: - Fix issues with certain propagation issues with AccessoryNest leading to certain functionality for inner Accessories being broken. (Fixes issues with Things Agglomeration) - Add better check for stack mutation with AccessoryNests fixing issues related to not firing changes - Adjust the Tooltip for attributes to use the vanilla method to get formatting for tooltip entries - Fix issue with unintentional deduplicate of AttributeModifers across other Attributes leading to issues API: - Add classes for base data like tags and slot names for the start of Data Generation additions in the future - Add ability for Data-driven Accessory Nests
1.0.0-beta.33+1.21 Beta 04.09.2024

Accessories Neoforge 1.0.0 Beta 33 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The update contains various API additions and some bug fixes related to Attributes and AccessoryNests. Fixes: - Fix issues with certain propagation issues with AccessoryNest leading to certain functionality for inner Accessories being broken. (Fixes issues with Things Agglomeration) - Add better check for stack mutation with AccessoryNests fixing issues related to not firing changes - Adjust the Tooltip for attributes to use the vanilla method to get formatting for tooltip entries - Fix issue with unintentional deduplicate of AttributeModifers across other Attributes leading to issues API: - Add classes for base data like tags and slot names for the start of Data Generation additions in the future - Add ability for Data-driven Accessory Nests
1.0.0-beta.31+1.21 Beta 28.08.2024

Accessories Fabric 1.0.0 Beta 31 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix issues with incorrect logic for strict slots leading to new validators not being added - Prevent slots called "any" as such is a keyword within Accessories - Add more logging for the inability to sync container data in case issues arise - Prevent Errors from occurring within the Accessories Screen when finding null container was found for SlotGroup - Setup dummy data on the client based on the given Slots bound to the given Entity when waiting for Sync Data preventing crashing with Spell Engine and more
1.0.0-beta.31+1.20.1 Beta 28.08.2024

Accessories Fabric 1.0.0 Beta 31 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix issues with incorrect logic for strict slots leading to new validators not being added - Prevent slots called "any" as such is a keyword within Accessories - Add more logging for the inability to sync container data in case issues arise - Prevent Errors from occurring within the Accessories Screen when finding null container was found for SlotGroup - Setup dummy data on the client based on the given Slots bound to the given Entity when waiting for Sync Data preventing crashing with Spell Engine and more
1.0.0-beta.31+1.21 Beta 28.08.2024

Accessories Neoforge 1.0.0 Beta 31 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Adjust Mod Versioning to be consistent across other versions - Fix issues with incorrect logic for strict slots leading to new validators not being added - Prevent slots called "any" as such is a keyword within Accessories - Add more logging for the inability to sync container data in case issues arise - Prevent Errors from occurring within the Accessories Screen when finding null container was found for SlotGroup - Setup dummy data on the client based on the given Slots bound to the given Entity when waiting for Sync Data preventing crashing with Spell Engine and more
1.0.0-beta31+1.20.1 Beta 28.08.2024

Accessories Neoforge 1.0.0 Beta 31 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fixes: - Fix issues with incorrect logic for strict slots leading to new validators not being added - Prevent slots called "any" as such is a keyword within Accessories - Add more logging for the inability to sync container data in case issues arise - Prevent Errors from occurring within the Accessories Screen when finding null container was found for SlotGroup - Setup dummy data on the client based on the given Slots bound to the given Entity when waiting for Sync Data preventing crashing with Spell Engine and more
1.0.0-beta30+1.21 Beta 22.08.2024

Accessories Neoforge 1.0.0 Beta 30 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Adjust config modification apply stage to fix issues with compatibility layer not working with such feature - Sync all containers when a reset call is occurred fixes issues
1.0.0-beta30+1.20.1 Beta 22.08.2024

Accessories Neoforge 1.0.0 Beta 30 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fixes: - Adjust config modification apply stage to fix issues with compatibility layer not working with such feature - Sync all containers when a reset call is occurred fixes issues
1.0.0-beta.30+1.21 Beta 22.08.2024

Accessories Fabric 1.0.0 Beta 30 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Adjust config modification apply stage to fix issues with compatibility layer not working with such feature - Sync all containers when a reset call is occurred fixes issues
1.0.0-beta.30+1.20.1 Beta 22.08.2024

Accessories Fabric 1.0.0 Beta 30 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Adjust config modification apply stage to fix issues with compatibility layer not working with such feature - Sync all containers when a reset call is occurred fixes issues
1.0.0-beta28+1.21 Beta 22.08.2024

Accessories Neoforge 1.0.0 Beta 28 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix issues with adding or subtracting from slot total leading to an exception API: - Add commands for logging various data within Accessories - Add default Validtors instead of relying on defaulted behavior for builtin slots
1.0.0-beta28+1.20.1 Beta 22.08.2024

Accessories Neoforge 1.0.0 Beta 28 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
Fixes: - Fix issues with adding or subtracting from slot total leading to an exception API: - Add commands for logging various data within Accessories - Add default Validtors instead of relying on defaulted behavior for builtin slots
1.0.0-beta.28+1.21 Beta 22.08.2024

Accessories Fabric 1.0.0 Beta 28 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix issues with adding or subtracting from slot total leading to an exception API: - Add commands for logging various data within Accessories - Add default Validtors instead of relying on defaulted behavior for builtin slots
1.0.0-beta.28+1.20.1 Beta 22.08.2024

Accessories Fabric 1.0.0 Beta 28 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix issues with adding or subtracting from slot total leading to an exception API: - Add commands for logging various data within Accessories - Add default Validtors instead of relying on defaulted behavior for builtin slots
1.0.0-beta.27+1.21 Beta 16.08.2024

Accessories Fabric 1.0.0 Beta 27 for 1.21

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes issues related to missing tooltip information about Slot and Attributes for a given accessory.
1.0.0-beta.27+1.20.1 Beta 16.08.2024

Accessories Fabric 1.0.0 Beta 27 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes issues related to missing tooltip information about Slot and Attributes for a given accessory.
1.0.0-beta.26+1.21 Beta 05.08.2024

Accessories Fabric 1.0.0 Beta 26 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
A small update containing a fix for a `StackOverflowError` when an update was called for a container either with reload or container resizing
1.0.0-beta.26+1.20.1 Beta 05.08.2024

Accessories Fabric 1.0.0 Beta 26 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
A small update containing a fix for a `StackOverflowError` when an update was called for a container either with reload or container resizing
1.0.0-beta26+1.21 Beta 05.08.2024

Accessories Neoforge 1.0.0 Beta 26 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
A small update containing a fix for a `StackOverflowError` when an update was called for a container either with reload or container resizing
1.0.0-beta26+1.20.1 Beta 05.08.2024

Accessories Neoforge 1.0.0 Beta 26 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
A small update containing a fix for a `StackOverflowError` when an update was called for a container either with reload or container resizing
1.0.0-beta.25+1.20.1 Beta 04.08.2024

Accessories Fabric 1.0.0 Beta 25 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix for recursive stack handling not returning the first value found for Accessory Nest util methods - Disable effect rendering within the Accessories Screen due to issues of overlap - Fix issues with mipmapping API: - Change to `canEquipFromUse` removing the `SlotReference` parameter - Adjust Equip methods for `AccessoriesCapability` and new variant for checking - Adjust update behavior for set/remove to use ContainerListner - Cleanup and refactors
1.0.0-beta25+1.20.1 Beta 04.08.2024

Accessories Neoforge 1.0.0 Beta 25 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix for recursive stack handling not returning the first value found for Accessory Nest util methods - Disable effect rendering within the Accessories Screen due to issues of overlap - Fix issues with mipmapping API: - Change to `canEquipFromUse` removing the `SlotReference` parameter - Adjust Equip methods for `AccessoriesCapability` and new variant for checking - Adjust update behavior for set/remove to use ContainerListner - Cleanup and refactors
1.0.0-beta.25+1.21 Beta 04.08.2024

Accessories Fabric 1.0.0 Beta 25 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix for recursive stack handling not returning the first value found for Accessory Nest util methods - Disable effect rendering within the Accessories Screen due to issues of overlap - Fix issues with mipmapping API: - Change to `canEquipFromUse` removing the `SlotReference` parameter - Adjust Equip methods for `AccessoriesCapability` and new variant for checking - Adjust update behavior for set/remove to use ContainerListner - Cleanup and refactors
1.0.0-beta25+1.21 Beta 04.08.2024

Accessories Neoforge 1.0.0 Beta 25 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix for recursive stack handling not returning the first value found for Accessory Nest util methods - Disable effect rendering within the Accessories Screen due to issues of overlap - Fix issues with mipmapping API: - Change to `canEquipFromUse` removing the `SlotReference` parameter - Adjust Equip methods for `AccessoriesCapability` and new variant for checking - Adjust update behavior for set/remove to use ContainerListner - Cleanup and refactors
1.0.0-beta.24+1.21 Beta 29.07.2024

Accessories Fabric 1.0.0 Beta 24 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix for crash with Inventory Hud+ due to a mixin within the living entity - Fix for recursive stack handling not returning the first value found for Accessory Nest util methods
1.0.0-beta.24+1.21 Beta 29.07.2024

Accessories Neoforge 1.0.0 Beta 24 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix for crash with Inventory Hud+ due to a mixin within the living entity - Fix for recursive stack handling not returning the first value found for Accessory Nest util methods
1.0.0-beta.23+1.21 Beta 28.07.2024

Accessories Fabric 1.0.0 Beta 23 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix issues with using FAPI internals breaking Resource Listener lookup for TCLayer
1.0.0-beta.23+1.21 Beta 28.07.2024

Accessories Neoforge 1.0.0 Beta 23 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes issue with config screen crashing due to change on Neo for a method signature for config screen factory
1.0.0-beta.22+1.20.1 Beta 27.07.2024

Accessories Fabric 1.0.0 Beta 22 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
A bug fix update contains a fix for issues with processing various NBT list objects specific to byte, long, and int combined with UUID
1.0.0-beta.22+1.20.1 Beta 27.07.2024

Accessories Neoforge 1.0.0 Beta 22 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
A bug fix update contains a fix for issues with processing various NBT list objects specific to byte, long, and int combined with UUID
1.0.0-beta.21+1.21 Beta 27.07.2024

Accessories Fabric 1.0.0 Beta 21 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Fixes: - Fix an issue with renders not being registered when the reload event is fired - Switch atlases for groups fixing mipmap dropping - Add config option to adjust quick equip action - Adjust highlight rendering and add new configuration options - Permanent fix for issues of accessories data serialization problems
1.0.0-beta21+1.21 Beta 27.07.2024

Accessories Neoforge 1.0.0 Beta 21 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Fixes: - Fix an issue with renders not being registered when the reload event is fired - Switch atlases for groups fixing mipmap dropping - Add config option to adjust quick equip action - Adjust highlight rendering and add new configuration options - Permanent fix for issues of accessories data serialization problems
1.0.0-beta.21+1.20.1 Beta 27.07.2024

Accessories Fabric 1.0.0 Beta 21 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Backport of the beta 1.21 branch for 1.20.1 which includes some fixes and some breaking API changes from such version. The data format should be intact allowing for an easy switch to this version for CCLayer and TCLayer
1.0.0-beta21+1.20.1 Beta 27.07.2024

Accessories Neoforge 1.0.0 Beta 21 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Backport of the beta 1.21 branch for 1.20.1 which includes some fixes and some breaking API changes from such version. The data format should be intact allowing for an easy switch to this version for CCLayer and TCLayer
1.0.0-beta.20+1.21 Beta 20.07.2024

Accessories Fabric 1.0.0 Beta 20 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Small bug fixes and add config option to prevent scrolling when over slots within screen. Fixes: - Adjust forge event from LivingDeathEvent to LivingDropsEvent preventing unintended item dropping - Fix possible infinite recursion
1.0.0-beta.20+1.21 Beta 20.07.2024

Accessories Neoforge 1.0.0 Beta 20 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Small bug fixes and add config option to prevent scrolling when over slots within screen. Fixes: - Adjust forge event from LivingDeathEvent to LivingDropsEvent preventing unintended item dropping - Fix possible infinite recursion
1.0.0-beta.19+1.21 Beta 19.07.2024

Accessories Fabric 1.0.0 Beta 19 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Major bug fixes for serialization issues and more. Fixes: - Fix issues with exponentially increased fortune and looting amounts due when having accessories equipped - Fix possible crash with SlotAttributes containing invalid characters when saved - Prevent issues with duplicate Unique slots being able to be registered - Prevent crash when trying to remove modifier from no existing container - Fix issues with serializing render options leading to crashing or not saving data - Fix missing packet handler for holder data syncing - Fix missing slot info for when the slot amount is zero within the tooltip
1.0.0-beta.19+1.21 Beta 19.07.2024

Accessories Neoforge 1.0.0 Beta 19 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Major bug fixes for serialization issues and more. Fixes: - Fix issues with exponentially increased fortune and looting amounts due when having accessories equipped - Fix possible crash with SlotAttributes containing invalid characters when saved - Prevent issues with duplicate Unique slots being able to be registered - Prevent crash when trying to remove modifier from no existing container - Fix issues with serializing render options leading to crashing or not saving data - Fix missing packet handler for holder data syncing - Fix missing slot info for when the slot amount is zero within the tooltip
1.0.0-beta.18+1.21 Beta 18.07.2024

Accessories Fabric 1.0.0 Beta 18 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Small adjustment to tags switching to accessories:any for any Accessory that can be equipped in any slot rather than accessories:all. It also contains some changes for tooltips to minimize tooltip size by stating the slots are not equippable within instead of allowed slots when such is longer.
1.0.0-beta.18+1.21 Beta 18.07.2024

Accessories Neoforge 1.0.0 Beta 18 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Small adjustment to tags switching to `accessories:any` for any Accessory that can be equipped in any slot rather than `accessories:all`. It also contains some changes for tooltips to minimize tooltip size by stating the slots are not equippable within instead of allowed slots when such is longer.
1.0.0-beta.17+1.21 Beta 17.07.2024

Accessories Fabric 1.0.0 Beta 17 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Contains a hotfix for issues with not removing modifiers and more. Fixes: - Fix the issue with not removing the modifier when calling to remove - Fix issues with incorrect sizing for render toggles - Fix missing translations for some config options
1.0.0-beta.17+1.21 Beta 17.07.2024

Accessories Neoforge 1.0.0 Beta 17 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Contains a hotfix for issues with not removing modifiers and more. Fixes: - Fix the issue with not removing the modifier when calling to remove - Fix issues with incorrect sizing for render toggles - Fix missing translations for some config options
1.0.0-beta.16+1.21 Beta 17.07.2024

Accessories Fabric 1.0.0 Beta 16 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
The update contains some bug fixes and various API adjustments. Fixes: - Fix issues with not syncing extra properties to the client - Fix issues with encoding and decoding due to problems with Codec <-> Endec interop Changes: - Add ability to toggle specific slot locations default rendering if such is desired - Adjust slot ordering to better reflect the intended order - Add the ability to adjust the allowed stack size for default accessories - Adjust highlighting code to work better at showing you its location on the player API: - Added ability to create SlotPath from SlotReference directly rather than on the AttributeBuilder - Separate unique slot properties to separate record class outside of main class for slot types
1.0.0-beta.16+1.21 Beta 17.07.2024

Accessories Neoforge 1.0.0 Beta 16 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
The update contains some bug fixes and various API adjustments. Fixes: - Fix issues with not syncing extra properties to the client - Fix issues with encoding and decoding due to problems with Codec <-> Endec interop Changes: - Add ability to toggle specific slot locations default rendering if such is desired - Adjust slot ordering to better reflect the intended order - Add the ability to adjust the allowed stack size for default accessories - Adjust highlighting code to work better at showing you its location on the player API: - Added ability to create SlotPath from SlotReference directly rather than on the AttributeBuilder - Separate unique slot properties to separate record class outside of main class for slot types
1.0.0-beta.15+1.21 Beta 14.07.2024

Accessories Fabric 1.0.0 Beta 15 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
This update contains 2 minor fixes and 1 major fix for mixins, networking, and internal API. Fixes: - Fix crashes with canceling within injector not toggled for such - Fix issues with an inability to send the AccessoryBreak due to not being registered - Fix problems with improper revalidate steps for players leading to incorrect slot sizing
1.0.0-beta.15+1.21 Beta 14.07.2024

Accessories Neoforge 1.0.0 Beta 15 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
This update contains 2 minor fixes and 1 major fix for mixins, networking, and internal API. Fixes: - Fix crashes with canceling within injector not toggled for such - Fix issues with an inability to send the AccessoryBreak due to not being registered - Fix problems with improper revalidate steps for players leading to incorrect slot sizing
1.0.0-alpha.27+1.20 Alpha 14.07.2024

Accessories Fabric 1.0.0 Alpha 27 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
This update contains 2 minor fixes and 1 major fix for mixins, networking, and internal API. Fixes: - Fix crashes with canceling within injector not toggled for such - Fix issues with an inability to send the AccessoryBreak due to not being registered - Fix problems with improper revalidate steps for players leading to incorrect slot sizing
1.0.0-alpha.27+1.20 Alpha 14.07.2024

Accessories Neoforge 1.0.0 Alpha 27 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
This update contains 2 minor fixes and 1 major fix for mixins, networking, and internal API. Fixes: - Fix crashes with canceling within injector not toggled for such - Fix issues with an inability to send the AccessoryBreak due to not being registered - Fix problems with improper revalidate steps for players leading to incorrect slot sizing
1.0.0-beta.14+1.21 Beta 10.07.2024

Accessories Neoforge 1.0.0 Beta 14 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Changes to how Attributes are handled to conform to 1.21 handling while keeping the original method as dynamic type. Such is to be documented within docs in the future. Changes: - Add a Static method for defining attributes for Accessories while still providing a more dynamic method for handling attributes - Allow for toggling of attributes for Accessories to be visible Fixes: - Fix incorrect positioning of tooltip information
1.0.0-beta.14+1.21 Beta 10.07.2024

Accessories Fabric 1.0.0 Beta 14 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Changes to how Attributes are handled to conform to 1.21 handling while keeping the original method as dynamic type. Such is to be documented within docs in the future. Changes: - Add a Static method for defining attributes for Accessories while still providing a more dynamic method for handling attributes - Allow for toggling of attributes for Accessories to be visible Fixes: - Fix incorrect positioning of tooltip information
1.0.0-beta.12+1.21 Beta 07.07.2024

Accessories Fabric 1.0.0 Beta 12 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
An update containing Minor and Major bug fixes. Fixes: - Fix unique slots including colen within slot path for Attribute Builder - Fix bugs with not passing inner ItemStack for AccessoryNestUtils methods - Adjust AccessoryNest default unequip behavior to prevent such being stuck in the slot - Fix codec deserialization issues due to issues with EdmOps reading booleans and handling empty values - Fix tooltip placement issues
1.0.0-beta.12+1.21 Beta 07.07.2024

Accessories Neoforge 1.0.0 Beta 12 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
An update containing Minor and Major bug fixes. Fixes: - Fix unique slots including colen within slot path for Attribute Builder - Fix bugs with not passing inner ItemStack for AccessoryNestUtils methods - Adjust AccessoryNest default unequip behavior to prevent such being stuck in the slot - Fix codec deserialization issues due to issues with EdmOps reading booleans and handling empty values - Fix tooltip placement issues
1.0.0-beta.8+1.21 Beta 05.07.2024

Accessories Neoforge 1.0.0 Beta 8 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Fix critical desync bug when teleporting to a different dimension leading to crashes.
1.0.0-beta.7+1.21 Beta 03.07.2024

Accessories Fabric 1.0.0 Beta 7 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Fix bugs within code for `OnDropCallback` leading to issues with the Curios Compat layer dropping all items on death
1.0.0-alpha.26+1.20 Alpha 03.07.2024

Accessories Fabric 1.0.0 Alpha 26 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Fix bugs within code for `OnDropCallback` leading to issues with the Curios Compat layer dropping all items on death
1.0.0-beta.7+1.21 Beta 03.07.2024

Accessories NeoForge 1.0.0 Beta 7 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Fix bugs within code for `OnDropCallback` leading to issues with the Curios Compat layer dropping all items on death
1.0.0-alpha.26+1.20 Alpha 03.07.2024

Accessories NeoForge 1.0.0 Alpha 26 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Fix bugs within code for `OnDropCallback` leading to issues with the Curios Compat layer dropping all items on death
1.0.0-beta.6+1.21 Beta 02.07.2024

Accessories Fabric 1.0.0 Beta 6 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
A simple update to fix a bug during sync that leads to issues opening screens and general data syncing to clients.
1.0.0-alpha.25+1.20.4 Alpha 02.07.2024

Accessories Fabric 1.0.0 Alpha 25 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
A simple update to fix a bug during sync that leads to issues opening screens and general data syncing to clients.
1.0.0-alpha.25+1.20 Alpha 02.07.2024

Accessories Fabric 1.0.0 Alpha 25 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
A simple update to fix a bug during sync that leads to issues opening screens and general data syncing to clients.
1.0.0-beta.6+1.21 Beta 02.07.2024

Accessories Neoforge 1.0.0 Beta 6 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
A simple update to fix a bug during sync that leads to issues opening screens and general data syncing to clients.
1.0.0-alpha.25+1.20.4 Alpha 02.07.2024

Accessories Neoforge 1.0.0 Alpha 25 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
A simple update to fix a bug during sync that leads to issues opening screens and general data syncing to clients.
1.0.0-alpha.25+1.20 Alpha 02.07.2024

Accessories Neoforge 1.0.0 Alpha 25 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
A simple update to fix a bug during sync that leads to issues opening screens and general data syncing to clients.
1.0.0-beta.5+1.21 Beta 27.06.2024

Accessories Fabric 1.0.0 Beta 5 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Minor update including adjustment to Slot Validation by adjusting slot predicate location and keys for Item Component.
1.0.0-beta.5+1.21 Beta 27.06.2024

Accessories Neoforge 1.0.0 Beta 5 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Minor update including adjustment to Slot Validation by adjusting slot predicate location and keys for Item Component.
1.0.0-beta.4+1.21 Beta 27.06.2024

Accessories Neoforge 1.0.0 Beta 4 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Update to fix some bugs and adjust format for data components. Fixes: - Fix crash with breakItem leading to StackOverflow API: - Adjustment for attribute modifier operation field being different from vanilla implementation - Adjust key for AccessoryRenderOverrideComponent to be more inline with general naming conventions
1.0.0-beta.4+1.21 Beta 27.06.2024

Accessories Fabric 1.0.0 Beta 4 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Update to fix some bugs and adjust format for data components. Fixes: - Fix crash with breakItem leading to StackOverflow API: - Adjustment for attribute modifier operation field being different from vanilla implementation - Adjust key for AccessoryRenderOverrideComponent to be more inline with general naming conventions
1.0.0-beta.2+1.21 Beta 26.06.2024

Accessories Neoforge 1.0.0 Beta 2 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
Initial beta release of Accessories for 1.21 with the API being mostly finalized unless breaking issues are found. API: - Changes to the Attribute method within the main Accessories interface due to changes within 1.21 combined with that ability to dictate stackable attributes vs exclusive
1.0.0-beta.2+1.21 Beta 26.06.2024

Accessories Fabric 1.0.0 Beta 2 for 1.21

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
Initial beta release of Accessories for 1.21 with the API being mostly finalized unless breaking issues are found. API: - Changes to the Attribute method within the main Accessories interface due to changes within 1.21 combined with that ability to dictate stackable attributes vs exclusive
1.0.0-alpha.24+1.20.4 Alpha 22.06.2024

Accessories Fabric 1.0.0 Alpha 24 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix incorrect method call for checking if a unique group leading to problems with the screen API: - Adjust onDeath event and staging for drops similar to curios
1.0.0-alpha.24+1.20 Alpha 22.06.2024

Accessories Fabric 1.0.0 Alpha 24 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix incorrect method call for checking if a unique group leading to problems with the screen API: - Adjust onDeath event and staging for drops similar to curios
1.0.0-alpha.24+1.20.4 Alpha 22.06.2024

Accessories Neoforge 1.0.0 Alpha 24 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix incorrect method call for checking if a unique group leading to problems with the screen API: - Adjust onDeath event and staging for drops similar to curios
1.0.0-alpha.24+1.20 Alpha 22.06.2024

Accessories Neoforge 1.0.0 Alpha 24 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix incorrect method call for checking if a unique group leading to problems with the screen API: - Adjust onDeath event and staging for drops similar to curios
1.0.0-alpha.23+1.20.4 Alpha 12.06.2024

Accessories Fabric 1.0.0 Alpha 23 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix Keep inventory game rule not working with Accessories Changes: - Finalization of events with the decision to use FAPI base event package for common side - Adjust Unique slot API to allow for more data pack ability if desired
1.0.0-alpha.23+1.20 Alpha 12.06.2024

Accessories Fabric 1.0.0 Alpha 23 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix Keep inventory game rule not working with Accessories Changes: - Finalization of events with the decision to use FAPI base event package for common side - Adjust Unique slot API to allow for more data pack ability if desired
1.0.0-alpha.23+1.20.4 Alpha 12.06.2024

Accessories NeoForge 1.0.0 Alpha 23 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix Keep inventory game rule not working with Accessories Changes: - Finalization of events with the decision to use FAPI base event package for common side - Adjust Unique slot API to allow for more data pack ability if desired
1.0.0-alpha.23+1.20 Alpha 12.06.2024

Accessories NeoForge 1.0.0 Alpha 23 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix Keep inventory game rule not working with Accessories Changes: - Finalization of events with the decision to use FAPI base event package for common side - Adjust Unique slot API to allow for more data pack ability if desired
1.0.0-alpha.22+1.20.4 Alpha 01.06.2024

Accessories Fabric 1.0.0 Alpha 22 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix issues with Unique Slot location - Fix how the configuration for slot size was applied leading to such being never applied - Fix crash involved within Accessories Screen encountering a zero-sized group leading to an invalid starting index API Changes: - Rework SlotReferenece for better support for Accessories Nest - Event Rework to remove Event Specific calls within the common side
1.0.0-alpha.22+1.20 Alpha 01.06.2024

Accessories Fabric 1.0.0 Alpha 22 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix issues with Unique Slot location - Fix how the configuration for slot size was applied leading to such being never applied - Fix crash involved within Accessories Screen encountering a zero-sized group leading to an invalid starting index API Changes: - Rework SlotReferenece for better support for Accessories Nest - Event Rework to remove Event Specific calls within the common side
1.0.0-alpha.22+1.20.4 Alpha 01.06.2024

Accessories Neoforge 1.0.0 Alpha 22 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix issues with Unique Slot location - Fix how the configuration for slot size was applied leading to such being never applied - Fix crash involved within Accessories Screen encountering a zero-sized group leading to an invalid starting index API: - Rework SlotReferenece for better support for Accessories Nest - Event Rework to remove Event Specific calls within the common side
1.0.0-alpha.22+1.20 Alpha 01.06.2024

Accessories Neoforge 1.0.0 Alpha 22 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Fixes: - Fix issues with Unique Slot location - Fix how the configuration for slot size was applied leading to such being never applied - Fix crash involved within Accessories Screen encountering a zero-sized group leading to an invalid starting index API: - Rework SlotReferenece for better support for Accessories Nest - Event Rework to remove Event Specific calls within the common side
1.0.0-alpha.21+1.20 Alpha 20.05.2024

Accessories Fabric 1.0.0 Alpha 21 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Issues with groups not being properly sized and or hidden due to not checking if unused slots are hidden - Fix issues with error handling returning instead of skipping the given element for Slot Type loading - Fix the issue with namespace restriction for slot type loading - Fix the problem with configuration adjustments to slot size being applied in the incorrect area - Fix issues with extending the EquipmentSlot and type variant enum
1.0.0-alpha.21+1.20 Alpha 20.05.2024

Accessories Neoforge 1.0.0 Alpha 21 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Issues with groups not being properly sized and or hidden due to not checking if unused slots are hidden - Fix issues with error handling returning instead of skipping the given element for Slot Type loading - Fix the issue with namespace restriction for slot type loading - Fix the problem with configuration adjustments to slot size being applied in the incorrect area - Fix issues with extending the EquipmentSlot and type variant enum
1.0.0-alpha.19+1.20.4 Alpha 16.05.2024

Accessories Fabric 1.0.0 Alpha 19 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Implement API for hooking into Enchantment systems (Fixes issues with mending and such not working)
1.0.0-alpha.19+1.20 Alpha 16.05.2024

Accessories Fabric 1.0.0 Alpha 19 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Implement API for hooking into Enchantment systems (Fixes issues with mending and such not working)
1.0.0-alpha.19+1.20.4 Alpha 16.05.2024

Accessories Neoforge 1.0.0 Alpha 19 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Implement API for hooking into Enchantment systems (Fixes issues with mending and such not working)
1.0.0-alpha.19+1.20 Alpha 16.05.2024

Accessories Neoforge 1.0.0 Alpha 19 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Implement API for hooking into Enchantment systems (Fixes issues with mending and such not working)
1.0.0-alpha.18+1.20 Alpha 13.05.2024

Accessories Neoforge 1.0.0 Alpha 18 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Add missing dependencies required for the included version of Forgified Fabric Data Attachment
1.0.0-alpha.17+1.20.4 Alpha 13.05.2024

Accessories Fabric 1.0.0 Alpha 17 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Add handling for potentially invalid slot names when binding such to an entity type - Fix an issue involved with accessories being unequipable after death - Fix issue with Accessories Screen reloading when containers are initlized - Fix issues with slot groups within Accessories Screen. - Fixes issue with Line Rendering and hovering over slots
1.0.0-alpha.17+1.20.4 Alpha 13.05.2024

Accessories Neoforge 1.0.0 Alpha 17 for 1.20

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Add handling for potentially invalid slot names when binding such to an entity type - Fix an issue involved with accessories being unequipable after death - Fix issue with Accessories Screen reloading when containers are initlized - Fix issues with slot groups within Accessories Screen. - Fixes issue with Line Rendering and hovering over slots
1.0.0-alpha.17+1.20 Alpha 13.05.2024

Accessories Fabric 1.0.0 Alpha 17 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Add handling for potentially invalid slot names when binding such to an entity type - Fix an issue involved with accessories being unequipable after death - Fix issue with Accessories Screen reloading when containers are initlized - Fix issues with slot groups within Accessories Screen. - Fixes issue with Line Rendering and hovering over slots
1.0.0-alpha.17+1.20 Alpha 13.05.2024

Accessories Neoforge 1.0.0 Alpha 17 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Add handling for potentially invalid slot names when binding such to an entity type - Fix an issue involved with accessories being unequipable after death - Fix issue with Accessories Screen reloading when containers are initlized - Fix issues with slot groups within Accessories Screen. - Fix client class loading within network code on the server - Fixes issue with Line Rendering and hovering over slots
1.0.0-alpha.15+1.20 Alpha 10.05.2024

Accessories Fabric 1.0.0 Alpha 15 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Fix potential issue with null amount with adding or subtracting amount within slot type builder
1.0.0-alpha.15+1.20 Alpha 10.05.2024

Accessories Neoforge 1.0.0 Alpha 15 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! Fixes: - Fix potential issue with null amount with adding or subtracting amount within slot type builder
1.0.0-alpha.14+1.20 Alpha 10.05.2024

Accessories Neoforge 1.0.0 Alpha 14 for 1.20

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! - Change screen open packet to transfer stack from any abstract container menu
1.0.0-alpha.14+1.20 Alpha 10.05.2024

Accessories Fabric 1.0.0 Alpha 14 for 1.20.4

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! - Change screen open packet to transfer stack from any abstract container menu
1.0.0-alpha.13+1.20.4 Alpha 10.05.2024

Accessories Fabric 1.0.0 Alpha 13 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! A port of alpha 13 for 1.20.4
1.0.0-alpha.13+1.20.4 Alpha 10.05.2024

Accessories Neoforge 1.0.0 Alpha 13 for 1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur! A port of alpha 13 for 1.20.4
1.0.0-alpha.13+1.20 Alpha 08.05.2024

Accessories Fabric 1.0.0 Alpha 13 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Changes: - Always attempt to load accessories data even if entity has not valid slots to prevent item deletion on load
1.0.0-alpha.13+1.20 Alpha 08.05.2024

Accessories Neoforge 1.0.0 Alpha 13 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
**Initial Alpha release of Accessories bugs and API changes are still to occur!** Changes: - Always attempt to load accessories data even if entity has not valid slots to prevent item deletion on load
1.0.0-alpha.12+1.20 Alpha 08.05.2024

Accessories Fabric 1.0.0 Alpha 12 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur!
1.0.0-alpha.12+1.20 Alpha 08.05.2024

Accessories Neoforge 1.0.0 Alpha 12 for 1.20.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
neoforge
Показати зміни
Initial Alpha release of Accessories bugs and API changes are still to occur!