
Accessories
An extendable and data-driven Accessory Mod for Minecraft
Обновлён 6 февраля 2026 г. · опубликован 15 ноября 2023 г.
Accessories is a Data-Driven Accessory mod for NeoForge and Fabric with emphasis on using a Common API for both platforms when possible.
The style for the library's API is based on the works of Curios and Trinkets with credit going to both TheIllusiveC4 and emilyploszaj for their work on Accessory mods for Minecraft.

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 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, 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:
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.1.0-beta.53+1.21.1 | Бета | 1.21.1 | fabric | 6 февраля 2026 г. | .jar (1.0 МБ) |
| 1.1.0-beta.53+1.21.1 | Бета | 1.21.1 | neoforge | 6 февраля 2026 г. | .jar (1.0 МБ) |
| 1.4.3-beta | Бета | 1.21.10 | fabric | 10 декабря 2025 г. | .jar (1.3 МБ) |
| 1.4.3-beta | Бета | 1.21.10 | neoforge | 10 декабря 2025 г. | .jar (1.3 МБ) |
| 1.4.2-beta | Бета | 1.21.10 | fabric | 22 ноября 2025 г. | .jar (1.3 МБ) |
| 1.4.1-beta | Бета | 1.21.10 | fabric | 21 ноября 2025 г. | .jar (1.3 МБ) |
| 1.4.1-beta | Бета | 1.21.10 | neoforge | 21 ноября 2025 г. | .jar (1.3 МБ) |
| 1.0.0-beta.48+1.20.1 | Бета | 1.20.1 | fabric | 29 октября 2025 г. | .jar (751 КБ) |
| 1.0.0-beta48+1.20.1 | Бета | 1.20.1 | forge, neoforge | 29 октября 2025 г. | .jar (1.0 МБ) |
| 1.4.0-beta+1.21.10 | Бета | 1.21.10 | fabric | 16 октября 2025 г. | .jar (1.5 МБ) |
| 1.4.0-beta+1.21.10 | Бета | 1.21.10 | neoforge | 16 октября 2025 г. | .jar (1.5 МБ) |
| 1.3.8-beta+1.21.8 | Бета | 1.21.8 | fabric | 2 октября 2025 г. | .jar (1.5 МБ) |
| 1.3.8-beta+1.21.8 | Бета | 1.21.8 | neoforge | 2 октября 2025 г. | .jar (1.5 МБ) |
| 1.3.7-beta+1.21.8 | Бета | 1.21.8 | fabric | 1 октября 2025 г. | .jar (1.5 МБ) |
| 1.3.6-beta+1.21.8 | Бета | 1.21.8 | fabric | 1 октября 2025 г. | .jar (1.5 МБ) |
Показаны последние 15 из 285 версий. Все версии — на Modrinth.
Ченджлог
1.1.0-beta.53+1.21.1Бета1.21.1 · 6 февраля 2026 г.
Remove use of Stream API in hot code errors to improve performance
1.1.0-beta.53+1.21.1Бета1.21.1 · 6 февраля 2026 г.
Remove use of Stream API in hot code errors to improve performance
1.4.3-betaБета1.21.10 · 10 декабря 2025 г.
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Бета1.21.10 · 10 декабря 2025 г.
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Бета1.21.10 · 22 ноября 2025 г.
Temp fix for issues with remapping by removing use of shadow
1.4.1-betaБета1.21.10 · 21 ноября 2025 г.
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Бета1.21.10 · 21 ноября 2025 г.
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Бета1.20.1 · 29 октября 2025 г.
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
Полная история изменений — на Modrinth.
Комментарии
Загружаем…

