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

Curios API

A flexible and expandable accessory/equipment API for users and developers.

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

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

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

Тип

Mod

Доступ

Безкоштовно

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

16.0.0+26.2

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

27 237 840

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

fabric forge neoforge

Minecraft версії

1.13.2 1.14.4 1.15.2 1.16.4 – 1.16.5 1.17.1 1.18.2 – 1.20.4 1.20.6 1.21.1 1.21.4 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категорії

equipment library utility

Опис

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

# Overview Curios is a flexible and expandable accessory/equipment API for users and developers. The purpose is to provide functionality for developers to add extra accessory/equipment slots in a convenient and compatible manner, as well as to give users the ability to configure these slots to their preferences. By default, Curios does not add any content except for an inventory GUI. There are no slots and only two items, the latter only being available through the Creative menu and primarily serving as examples for developers to use when coding their own integration. ## Features * **Expandable equipment slots through a central library.** New equipment slots can be made and managed easily through an identifier registry. Identical identifiers will be merged together to avoid functional redundancies and provide maximum compatibility to potential items, while unique identifiers can still be used to mark special types when appropriate. * **Slots are only made on-demand.** There are no slots included by default, all slots are created only as needed. This reduces instances where one or more superfluous slots are present without any suitable items to go into the slot. * **Slots are completely customizable and manipulable.** Slots can have custom backgrounds, different sizes, and can even be disabled or hidden by default. But how would a player even access disabled slots? Through the API, developers can access functions to enable/disable a player's slots or add/remove a certain number of slots of a given type. * **Flexible item->curio relations using the vanilla tag system.** Potential curios are selected through the vanilla tag system, which means that categorizing items into curio types is as easy as creating a .json file in the data/curios/tags folder. Items can be categorized into as many curio types as you want as long as they're tagged in the appropriate files, and these settings can even be overridden entirely. For more information, see the vanilla tag system. * **Complete integration with other inventory mechanics.** Mending and Curses will work with all applicable items equipped in the curio slots. There are also various minor features for developers that make it simpler to integrate their current items or mechanics into the curio system. * **Accessible from a single GUI.** Curios comes with its own GUI accessible from the inventory that shows all of the available slots to a player. This allows players to see all of the extended equipment slots in a central location without needing to access different inventory GUIs. However, developers can still provide their own GUIs for their mod-specific slots if they want. The default keybinding for the GUI is 'g'. ![](https://i.ibb.co/NNByxcQ/curiogui.png) ## Documentation * [Setting Up the Development Environment](https://docs.illusivesoulworks.com/curios/getting-started) * [Slots](https://docs.illusivesoulworks.com/category/slots) * [Example Datapack](https://docs.illusivesoulworks.com/curios/slots/datapack-example) * [Slots Configuration](https://docs.illusivesoulworks.com/curios/configuration) * [Commands](https://docs.illusivesoulworks.com/curios/commands) * [Legacy Documentation for 1.19.x and Below](https://github.com/TheIllusiveC4/Curios/wiki)

Розробник

TheIllusiveC4

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

Відкрити на Modrinth

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

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

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

Список змін

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

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

16.0.0+26.2 Актуальна Release 21.07.2026

curios-neoforge-16.0.0+26.2

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/26.x/CHANGELOG.md). ## [16.0.0+26.2] - 2026.07.20 ### Changed - [API] `top.theillusivec4.curios.api.event.DropRulesEvent#getOverrides()` refactored `net.minecraft.util.Tuple` return type to `com.mojang.datafixers.util.Pair` - Cleaned up mixin debug logs - Updated to Minecraft 26.2 ### Removed - [API] Removed deprecated methods in `top.theillusivec4.curios.api.client.ICurioRenderer` that took a `MultiBufferSource` parameter: - `render` (use the `SubmitNodeCollector` replacement method) - `renderModel`
15.0.0+26.1.2 Release 19.07.2026

curios-neoforge-15.0.0+26.1.2

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/26.x/CHANGELOG.md). ## [15.0.0+26.1.2] - 2026.07.19 ### Added - [API] Added `SlotResult#getItemAccess` and `SlotContext#getItemAccess` as helper methods to access curios storage - [API] Added `ICurioSlot` interface to expose slot methods and fields on menus ### Fixed - Fixed `/data` commands errors when using curio slots [#617](https://github.com/TheIllusiveC4/Curios/issues/617) - Fixed resource path crash from system locale [#611](https://github.com/TheIllusiveC4/Curios/issues/611) - Fixed commands not syncing or working as expected - Fixed cascading slot modifier crash [#609](https://github.com/TheIllusiveC4/Curios/issues/609) - Fixed attribute modifier loading in single-player [#614](https://github.com/TheIllusiveC4/Curios/issues/614)
15.0.0-beta.2+26.1.2 Beta 14.04.2026

curios-neoforge-15.0.0-beta.2+26.1.2

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/26.x/CHANGELOG.md). ## [15.0.0-beta.2+26.1.2] - 2026.04.13 ### Changed - Updated to Minecraft 26.1.2
15.0.0-beta.1+26.1 Beta 25.03.2026

curios-neoforge-15.0.0-beta.1+26.1

Підтримувані версії Minecraft
26.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/26.x/CHANGELOG.md). ## [15.0.0-beta.1+26.1] - 2026.03.25 ### Changed - Updated to Minecraft 26.1
14.0.0+1.21.11 Release 18.02.2026

curios-neoforge-14.0.0+1.21.11

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.8/CHANGELOG.md). ## [14.0.0+1.21.11] - 2026.02.16 ### Changed - Updated to Minecraft 1.21.11
13.0.0+1.21.10 Release 18.02.2026

curios-neoforge-13.0.0+1.21.10

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.10/CHANGELOG.md). ## [13.0.0+1.21.10] - 2026.02.16 ### Added - Added `ICurioRenderer#render` method with `SubmitNodeCollector` parameter ### Changed - Changed `CuriosCapability#ITEM_HANDLER` type to `ResourceHandler` of `ItemResource` - Changed `ICurioRendere#ModelRenderer` methods to take `SubmitNodeCollector` instead of `MultiBufferSource` ### Deprecated - Deprecated `ICurioRenderer#render` method with `MultiBufferSource` parameter
12.0.0+1.21.8 Release 18.02.2026

curios-neoforge-12.0.0+1.21.8

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.8/CHANGELOG.md). ## [12.0.0+1.21.8] - 2026.02.16 ### Added - Added new constructors for `CurioCanEquipEvent`, `CurioCanUnequipEvent`, and `CurioChangeEvent` - Added `ICuriosItemHandler#loadDatapacks` ### Changed - `ICuriosItemHandler`, `ICurioStacksHandler`, and `IDynamicStackHandler` now extend `ValueIOSerializable` ### Deprecated - Deprecated old constructors for `CurioCanEquipEvent`, `CurioCanUnequipEvent`, and `CurioChangeEvent` - Deprecated tag-based serialization and deserialization methods: - `serializeNBT` and `deserializeNBT` in `IDynamicStackHandler` - `serializeNBT` and `deserializeNBT` in `ICurioStacksHandler` - `writeTag` and `readTag` in `IDynamicStackHandler`
10.0.1+1.21.4 Release 17.05.2025

curios-neoforge-10.0.1+1.21.4

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.4/CHANGELOG.md). ## [10.0.1+1.21.4] - 2025.05.17 ### Fixed - Fixed loot context crash
11.0.1+1.21.5 Release 17.05.2025

curios-neoforge-11.0.1+1.21.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.x/CHANGELOG.md). ## [11.0.1+1.21.5] - 2025.05.17 ### Fixed - Fixed loot context crash
11.0.0+1.21.5 Release 15.05.2025

curios-neoforge-11.0.0+1.21.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.x/CHANGELOG.md). ## [11.0.0+1.21.5] - 2025.05.15 ### Changed - Updated to Minecraft 1.21.5
10.0.0+1.21.4 Release 15.05.2025

curios-neoforge-10.0.0+1.21.4

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.4/CHANGELOG.md). ## [10.0.0+1.21.4] - 2025.05.15 For an in-depth overview of API changes, refer to [this](https://docs.illusivesoulworks.com/curios/porting/1211to1214) guide. ### Added - Added ways for developers to listen to state changes (when an item is the same) and differentiate them from item changes: - `CurioChangeEvent` is now abstract, with added `CurioChangeEvent.Item` and `CurioChangeEvent.State` subclasses - `onStateChange` method added to `ICurio` and `ICurioItem` - A new preset slot type, `feet`, has been added with an included default icon - Added slot type predicates for more advanced checking in `CurioAttributeModifier` - Added new data generation options, including the ability to generate tags within the same provider as the Curios data - Added `curios:player_like` entity type tag, with entries for players and armor stands - Added `entities` field to slot type data files for marking default entity types to add the slot type to automatically, without needing a corresponding `curios/entities` file - Added the ability to create slots directly inside `curios/entities` data files, without needing a corresponding `curios/slots` file - Added `curios:generic_exclusions` item tag for declaring curio items that should not be equipable into the generic `curio` slot by default - Added preset slot type constants and tags to `CuriosSlotTypes` and `CuriosTags` respectively ### Changed - Updated to Minecraft 1.21.4 - Following the state change additions, `onUnequip` and `onEquip` no longer fire if the detected items are the same - `ICurioRenderer#render` parameters have been adjusted for Minecraft changes - `ICurio.DropRule` has moved to `top.theillusivec4.curios.api.common.DropRule` - `CurioAttributeModifierEvent` now uses `CurioAttributeModifiers` instead of maps - Moved `SetCurioAttributesFunction` to the official API package ### Removed - Removed all previously deprecated classes and methods ### Deprecated - Deprecated slot type methods in `CuriosApi`, replaced by methods in `CuriosSlotTypes`. - Deprecated `getAttributeModifiers` in `ICurio` and `ICurioItem` - Deprecated `CuriosRendererRegistry`, replaced by methods in `ICurioRenderer` - Deprecated the previous utility methods in `ICurioRenderer`, replaced by `setupHumanoidAnimations` and `copyHumanoidProperties` - Deprecated attribute map methods in `CurioAttributeModifierEvent` - Deprecated `CuriosTooltip` - Deprecated `ISlotType#getIdentifier`, replaced by `getId` - Deprecated `ICurioSlotExtension#getSlotTooltip`, replaced by `getSlotTooltip` with an additional parameter for original tooltip lines
9.5.1+1.21.1 Release 14.05.2025

curios-neoforge-9.5.1+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.5.1+1.21.1] - 2025.05.14 ### Fixed - Fixed crash on world load after updating from `9.4.2+1.21.1` or below [#520](https://github.com/TheIllusiveC4/Curios/issues/520)
9.5.0+1.21.1 Release 14.05.2025

curios-neoforge-9.5.0+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.5.0+1.21.1] - 2025.05.14 ### Added - [API] Added active states for slots to allow developers to enable or disable slots on entities during gameplay, accessible through new methods `ICuriosItemHandler#isSlotActive` and `ICuriosItemHandler#setSlotActive` ### Changed - Updated `ja_jp` localization [#513](https://github.com/TheIllusiveC4/Curios/pull/513)
5.14.1+1.20.1 Release 13.04.2025

curios-forge-5.14.1+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.14.1+1.20.1] - 2025.04.13 ### Fixed - Fixed slot modifiers and invalid stacks when using `ICuriosItemHandler#saveInventory`
5.14.0+1.20.1 Release 10.04.2025

curios-forge-5.14.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.14.0+1.20.1] - 2025.04.09 ### Added - [API] Added `ICuriosItemHandler#saveInventory(boolean, BiPredicate<ItemStack, SlotContext>)` for more specific filtering on inventory saves
9.4.2+1.21.1 Release 09.04.2025

curios-neoforge-9.4.2+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.4.2+1.21.1] - 2025.04.08 ### Changed - `Inventory#contains(Predicate<ItemStack>)` and `Inventory#hasAnyMatching(Predicate<ItemStack>)` now also check the curios inventory
5.13.0+1.20.1 Release 09.04.2025

curios-forge-5.13.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.13.0+1.20.1] - 2025.04.08 ### Added - [API] Added `ICuriosItemHandler#saveInventory(boolean, Predicate<ItemStack>)` for filtering inventory saves ### Changed - `Inventory#hasAnyMatching(Predicate<ItemStack>)` now also checks the curios inventory
9.4.1+1.21.1 Release 04.04.2025

curios-neoforge-9.4.1+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.4.1+1.21.1] - 2025.04.04 ### Fixed - Fixed missing inventory when a player fails to join a server [#481](https://github.com/TheIllusiveC4/Curios/issues/481) - Fixed Curios panel rendering beneath EMI themed panels [#503](https://github.com/TheIllusiveC4/Curios/issues/503)
9.4.0+1.21.1 Release 25.03.2025

curios-neoforge-9.4.0+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.4.0+1.21.1] - 2025.03.24 ### Changed - Updated tooltip logic to follow NeoForge conventions, including the use of `AddAttributeTooltipsEvent` and `GatherSkippedAttributeTooltipsEvent` [#496](https://github.com/TheIllusiveC4/Curios/issues/496) ### Fixed - Fixed previous slot modifiers persisting after deserialization which caused inconsistent behavior when using extra slots - Fixed caching errors that caused certain functions to misidentify curio inventory contents - Fixed deprecated usage of `ICurio#getDropRule` - Fixed datagen output not being deterministic [#497](https://github.com/TheIllusiveC4/Curios/issues/497) - Fixed missing slot localization fallbacks on item tooltips - Fixed slot modifier tooltip localizations - Fixed `curios:set_curio_attributes` loot table function
9.3.1+1.21.1 Release 12.03.2025

curios-neoforge-9.3.1+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.3.1+1.21.1] - 2025.03.12 ### Fixed - Fixed slot tooltip rendering
9.3.0+1.21.1 Release 10.03.2025

curios-neoforge-9.3.0+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.3.0+1.21.1] - 2025.03.10 ### Added - Added `ICurioSlotExtension` for defining additional slot behavior - Added `CuriosTags` for more convenient access to commonly used Curios tags [#495](https://github.com/TheIllusiveC4/Curios/pull/495)
9.2.3+1.21.1 Release 07.03.2025

curios-neoforge-9.2.3+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.2.3+1.21.1] - 2025.03.07 ### Added - Added `lzh` localization [#488](https://github.com/TheIllusiveC4/Curios/issues/488) ### Changed - Added `tr_tr` localization [#482](https://github.com/TheIllusiveC4/Curios/pull/482) ### Fixed - Fixed slot modifier collisions causing desyncs when using the Curios inventory [#479](https://github.com/TheIllusiveC4/Curios/issues/479) - Fixed `ISlotData#operation` to use the correct `String` argument instead of `AttributeModifier.Operation` [#484](https://github.com/TheIllusiveC4/Curios/issues/484) - Fixed tooltip ordering when using `CurioAttributeModifierEvent`
5.12.1+1.20.1 Release 26.02.2025

curios-forge-5.12.1+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.12.1+1.20.1] - 2025.02.26 ### Changed - Attribute tooltips will condense multiple values into a single sum when applicable ### Fixed - Fixed tooltip visual bugs [#475](https://github.com/TheIllusiveC4/Curios/issues/475) [#483](https://github.com/TheIllusiveC4/Curios/issues/483) - Fixed `ISlotData#operation` to use the correct `String` argument instead of `AttributeModifier.Operation` [#484](https://github.com/TheIllusiveC4/Curios/issues/484)
5.12.0+1.20.1 Release 21.02.2025

curios-forge-5.12.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.12.0+1.20.1] - 2025.02.21 ### Added - [API] Added `ModelRender` and `HumanoidRender` sub-interfaces to `ICurioRenderer`
9.2.2+1.21.1 Release 11.01.2025

curios-neoforge-9.2.2+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.2.2+1.21.1] - 2025.01.11 ### Added - Added exclusion areas on the Curios screen for EMI and REI recipe viewers
9.2.0+1.21.1 Release 10.01.2025

curios-neoforge-9.2.0+1.21.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md). ## [9.2.0+1.21.1] - 2025.01.10 ### Added - [API] Added the following methods: - `ICurio#getAttributesTooltip(List<Component>, Item.TooltipContext)` - `ICurio#getDropRule(SlotContext, DamageSource, boolean)` - `ICurio#getAttributeModifiers(SlotContext, ResourceLocation)` - `ICurio#getSlotsTooltip(List<Component>, Item.TooltipContext)` ### Fixed - Addressed memory leaks due to unneeded capability invalidation ### Changed - Updated to Minecraft 1.21.1 - [API] Changed `ICurio#getLootingLevel(SlotContext, DamageSource, LivingEntity, int)` to `getLootingLevel(SlotContext, LootContext)` - [API] Replaced `UUID` for attribute modifiers with `ResourceLocation` in all instances of the API - Changed tooltip processing to use NeoForge's API - Added caching to Curios lookups for optimization ### Deprecated - [API] Deprecated the following methods: - `ICurio#getAttributesTooltip(List<Component>)` - `ICurio#getDropRule(SlotContext, DamageSource, int, boolean)` - `ICurio#getAttributeModifiers(SlotContext, UUID)` - And their respective pairings in `ICurioItem` - `CuriosApi#getSlotIcon(String)` - `CurioCanEquipEvent#(ItemStack, SlotContext)` ### Removed - [API] Removed previously deprecated methods from `ICurio`, `ICurioItem`, `SlotContext`
5.11.1+1.20.1 Release 06.01.2025

curios-forge-5.11.1+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.11.1+1.20.1] - 2025.01.06 ### Added - Added `de_de` localization [#461](https://github.com/TheIllusiveC4/Curios/pull/461)
1.19.2-5.1.6.4 Release 25.10.2024

curios-forge-1.19.2-5.1.6.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.6.4] - 2024.10.24 ### Fixed - Fixed command slot arguments on dedicated servers
5.11.0+1.20.1 Release 25.10.2024

curios-forge-5.11.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.11.0+1.20.1] - 2024.10.24 ### Added - Added `from` expansion additions to the `/curios replace` command [#450](https://github.com/TheIllusiveC4/Curios/issues/450) ### Changed - Slot types that use the `curios:all` validator will no longer be listed on item tooltips - Updated `pl_pl` localization [#441](https://github.com/TheIllusiveC4/Curios/pull/441) ### Fixed - Fixed cosmetic toggles not updating positions properly
8.1.0+1.20.6 Release 25.10.2024

curios-neoforge-8.1.0+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md). ## [8.1.0+1.20.6] - 2024.10.23 ### Added - Added `from` expansion additions to the `/curios replace` command [#450](https://github.com/TheIllusiveC4/Curios/issues/450) ### Changed - Slot types that use the `curios:all` validator will no longer be listed on item tooltips - Updated `pl_pl` localization [#441](https://github.com/TheIllusiveC4/Curios/pull/441) ### Fixed - Fixed cosmetic toggles not updating positions properly
8.1.0+1.20.6 Release 25.10.2024

curios-forge-8.1.0+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md). ## [8.1.0+1.20.6] - 2024.10.23 ### Added - Added `from` expansion additions to the `/curios replace` command [#450](https://github.com/TheIllusiveC4/Curios/issues/450) ### Changed - Slot types that use the `curios:all` validator will no longer be listed on item tooltips - Updated `pl_pl` localization [#441](https://github.com/TheIllusiveC4/Curios/pull/441) ### Fixed - Fixed cosmetic toggles not updating positions properly
8.0.2+1.20.6 Release 31.08.2024

curios-neoforge-8.0.2+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md). ## [8.0.2+1.20.6] - 2024.08.31 ### Fixed - [NeoForge] Fixed erroneous data resources being added - [NeoForge] Fixed potential recursive loop in Curios inventory - Fixed slot resizing crash - Fixed certain valid items being marked as invalid during loading and datapack reloading - Fixed slot modifiers not being synced when the new inventory size is 0 - Fixed attribute modifier collisions
8.0.2+1.20.6 Release 31.08.2024

curios-forge-8.0.2+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md). ## [8.0.2+1.20.6] - 2024.08.31 ### Fixed - [NeoForge] Fixed erroneous data resources being added - [NeoForge] Fixed potential recursive loop in Curios inventory - Fixed slot resizing crash - Fixed certain valid items being marked as invalid during loading and datapack reloading - Fixed slot modifiers not being synced when the new inventory size is 0 - Fixed attribute modifier collisions
5.10.0+1.20.1 Release 31.08.2024

curios-forge-5.10.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.10.0+1.20.1] - 2024.08.31 ### Added - [API] Added `CuriosTooltip` helper class to build Curios-style tooltips ### Changed - Slot names without a localization will default to its identifier instead of its localization key ### Fixed - Fixed slot resizing crash - Fixed certain valid items being marked as invalid during loading and datapack reloading - Fixed slot modifiers not being synced when the new inventory size is 0
1.19.2-5.1.6.3 Release 02.07.2024

curios-forge-1.19.2-5.1.6.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.6.3] - 2024.07.02 ### Fixed - Fixed slot resizing crash [#426](https://github.com/TheIllusiveC4/Curios/issues/426)
8.0.1+1.20.6 Release 19.06.2024

curios-neoforge-8.0.1+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md). ## [8.0.1+1.20.6] - 2024.06.18 ### Changed - Slot names without a localization will default to its identifier instead of its localization key ### Fixed - [Forge] Fixed items disappearing from Curios inventory upon relogging when placed in slot indices after the first [#422](https://github.com/TheIllusiveC4/Curios/issues/422)
8.0.1+1.20.6 Release 19.06.2024

curios-forge-8.0.1+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md). ## [8.0.1+1.20.6] - 2024.06.18 ### Changed - Slot names without a localization will default to its identifier instead of its localization key ### Fixed - [Forge] Fixed items disappearing from Curios inventory upon relogging when placed in slot indices after the first [#422](https://github.com/TheIllusiveC4/Curios/issues/422)
8.0.0+1.20.6 Release 13.06.2024

curios-neoforge-8.0.0+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md). ## [8.0.0+1.20.6] - 2024.06.13 ### Added - [API] Added `CuriosTooltip` helper class to build Curios-style tooltips - Added data fixers for Curios inventory items [#411](https://github.com/TheIllusiveC4/Curios/pull/421)
8.0.0+1.20.6 Release 13.06.2024

curios-forge-8.0.0+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md). ## [8.0.0+1.20.6] - 2024.06.13 ### Added - [API] Added `CuriosTooltip` helper class to build Curios-style tooltips - Added data fixers for Curios inventory items [#411](https://github.com/TheIllusiveC4/Curios/pull/421)
8.0.0-beta.6+1.20.6 Beta 10.06.2024

curios-neoforge-8.0.0-beta.6+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md). ## [8.0.0-beta.6+1.20.6] - 2024.06.09 ### Fixed - [NeoForge] Fixed block-breaking crash [#421](https://github.com/TheIllusiveC4/Curios/pull/421)
8.0.0-beta.5+1.20.6 Beta 04.06.2024

curios-neoforge-8.0.0-beta.5+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [8.0.0-beta.5+1.20.6] - 2024.06.03 ### Fixed - Fixed API package references - [Forge] Fixed `ICurioItem` items not being registered properly
8.0.0-beta.5+1.20.6 Beta 04.06.2024

curios-forge-8.0.0-beta.5+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [8.0.0-beta.5+1.20.6] - 2024.06.03 ### Fixed - Fixed API package references - [Forge] Fixed `ICurioItem` items not being registered properly
7.4.3+1.20.4 Release 31.05.2024

curios-neoforge-7.4.3+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.3+1.20.4] - 2024.05.31 ### Fixed - [NeoForge] Fixed grabbed items being deleted when transitioning to and from the Curios screen [#417](https://github.com/TheIllusiveC4/Curios/issues/417)
8.0.0-beta.4+1.20.6 Beta 27.05.2024

curios-neoforge-8.0.0-beta.4+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [8.0.0-beta.4+1.20.6] - 2024.05.27 ### Changed - [NeoForge] Refactored `CurioCanEquipEvent` and `CurioCanUnequipEvent` to use NeoForge's `TriState` enum as the result [#414](https://github.com/TheIllusiveC4/Curios/issues/414)
5.9.1+1.20.1 Release 24.05.2024

curios-forge-5.9.1+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.9.1+1.20.1] - 2024.05.23 ### Changed - Updated cosmetic slot texture for new GUI ### Fixed - Fixed crash with JEI integration [#412](https://github.com/TheIllusiveC4/Curios/issues/412)
8.0.0-beta.3+1.20.6 Beta 24.05.2024

curios-neoforge-8.0.0-beta.3+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [8.0.0-beta.3+1.20.6] - 2024.05.23 ### Fixed - Fixed crash with JEI integration [#412](https://github.com/TheIllusiveC4/Curios/issues/412) - [NeoForge] Fixed non-player entities constructing without curios inventory data
8.0.0-beta.3+1.20.6 Beta 24.05.2024

curios-forge-8.0.0-beta.3+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [8.0.0-beta.3+1.20.6] - 2024.05.23 ### Fixed - Fixed crash with JEI integration [#412](https://github.com/TheIllusiveC4/Curios/issues/412) - [NeoForge] Fixed non-player entities constructing without curios inventory data
7.4.2+1.20.4 Release 24.05.2024

curios-neoforge-7.4.2+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.2+1.20.6] - 2024.05.21 ### Fixed - Fixed crash with JEI integration [#412](https://github.com/TheIllusiveC4/Curios/issues/412) - [NeoForge] Fixed non-player entities constructing without curios inventory data
7.4.2+1.20.4 Release 24.05.2024

curios-forge-7.4.2+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.2+1.20.6] - 2024.05.21 ### Fixed - Fixed crash with JEI integration [#412](https://github.com/TheIllusiveC4/Curios/issues/412) - [NeoForge] Fixed non-player entities constructing without curios inventory data
8.0.0-beta.2+1.20.6 Beta 17.05.2024

curios-neoforge-8.0.0-beta.2+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [8.0.0-beta.2+1.20.6] - 2024.05.16 ### Fixed - [NeoForge] Fixed client-side item syncing issue [#407](https://github.com/TheIllusiveC4/Curios/issues/407)
7.4.1+1.20.4 Release 17.05.2024

curios-neoforge-7.4.1+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.1+1.20.4] - 2024.05.16 ### Fixed - [NeoForge] Fixed dedicated server crash [#409](https://github.com/TheIllusiveC4/Curios/issues/409) - [NeoForge] Fixed client-side item syncing issue [#407](https://github.com/TheIllusiveC4/Curios/issues/407)
8.0.0-beta+1.20.6 Beta 03.05.2024

curios-neoforge-8.0.0-beta+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [8.0.0-beta+1.20.6] - 2024.05.02 ### Added - [API] Added `CuriosApi#withSlotModifier` to generate `ItemAttributeModifiers` with a slot modifier attached ### Changed - Changed the default interface to the experimental menu and removed the legacy menu - [API] Changed `Attribute` to `Holder<Attribute>`, affecting the following: - `ICurio#getAttributeModifiers` - `ICurioItem#getAttributeModifiers` - `SlotAttribute#getOrCreate` - `CuriosApi#getAttributeModifiers` - `CuriosApi#addSlotModifier` - `CuriosApi#addModifier` - All modifier methods in `CurioAttributeModifierEvent` - [API] Changed `CurioEquipEvent` and `CurioUnequipEvent` to `CurioCanEquipEvent` and `CurioCanUnequipEvent` - [API] Added `HolderLookup.Provider` to the signatures of `IDynamicStackHandler#serializeNbt` and `IDynamicStackHandler#deserializeNbt` ### Removed - Removed `addModifier`, `addSlotModifier`, and `getAttributeModifiers` methods from `ICuriosHelper`, use the methods in `CuriosApi` with the same name instead - [Forge - API] Forge removed stack capabilities so curios can now only be registered through `CuriosApi#registerCurio`or implementing `ICurioItem` on the item - [Forge - API] Removed `CuriosApi#createCurioProvider`
8.0.0-beta+1.20.6 Beta 03.05.2024

curios-forge-8.0.0-beta+1.20.6

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [8.0.0-beta+1.20.6] - 2024.05.02 ### Added - [API] Added `CuriosApi#withSlotModifier` to generate `ItemAttributeModifiers` with a slot modifier attached ### Changed - Changed the default interface to the experimental menu and removed the legacy menu - [API] Changed `Attribute` to `Holder<Attribute>`, affecting the following: - `ICurio#getAttributeModifiers` - `ICurioItem#getAttributeModifiers` - `SlotAttribute#getOrCreate` - `CuriosApi#getAttributeModifiers` - `CuriosApi#addSlotModifier` - `CuriosApi#addModifier` - All modifier methods in `CurioAttributeModifierEvent` - [API] Changed `CurioEquipEvent` and `CurioUnequipEvent` to `CurioCanEquipEvent` and `CurioCanUnequipEvent` - [API] Added `HolderLookup.Provider` to the signatures of `IDynamicStackHandler#serializeNbt` and `IDynamicStackHandler#deserializeNbt` ### Removed - Removed `addModifier`, `addSlotModifier`, and `getAttributeModifiers` methods from `ICuriosHelper`, use the methods in `CuriosApi` with the same name instead - [Forge - API] Forge removed stack capabilities so curios can now only be registered through `CuriosApi#registerCurio`or implementing `ICurioItem` on the item - [Forge - API] Removed `CuriosApi#createCurioProvider`
1.19.2-5.1.6.2 Release 29.04.2024

curios-forge-1.19.2-5.1.6.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.6.2] - 2024.04.29 ### Added - Added `enableButton` configuration option [#362](https://github.com/TheIllusiveC4/Curios/issues/362)
7.4.0+1.20.4 Release 29.04.2024

curios-neoforge-7.4.0+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.0+1.20.4] - 2024.04.29 ### Added - [API] Added `CuriosApi#getCurioPredicates` - Added `tok` localization ### Changed - New interface no longer shifts the screen to the right - Scrolling through pages in the new interface is twice as fast - Lowered the maximum value of `maxSlotsPerPage` configuration option from 64 to 48 ### Fixed - Fixed generic curio slots from failing validation checks when only those slots exist on an entity [#402](https://github.com/TheIllusiveC4/Curios/issues/402)
7.4.0+1.20.4 Release 29.04.2024

curios-forge-7.4.0+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.0+1.20.4] - 2024.04.29 ### Added - [API] Added `CuriosApi#getCurioPredicates` - Added `tok` localization ### Changed - New interface no longer shifts the screen to the right - Scrolling through pages in the new interface is twice as fast - Lowered the maximum value of `maxSlotsPerPage` configuration option from 64 to 48 ### Fixed - Fixed generic curio slots from failing validation checks when only those slots exist on an entity [#402](https://github.com/TheIllusiveC4/Curios/issues/402)
5.9.0+1.20.1 Release 27.04.2024

curios-forge-5.9.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.9.0+1.20.1] - 2024.04.27 ### Added - Added `enableLegacyMenu` configuration option to `curios-server.toml` to opt-out from the new screen to the old screen - [API] Added `CuriosApi#getCurioPredicates` ### Changed - Changed default Curios GUI to the new interface introduced in 5.8.0 - New interface no longer shifts the screen to the right - Scrolling through pages in the new interface is twice as fast - Lowered the maximum value of `maxSlotsPerPage` configuration option from 64 to 48 ### Fixed - Fixed generic curio slots from failing validation checks when only those slots exist on an entity [#402](https://github.com/TheIllusiveC4/Curios/issues/402) ### Removed - Removed `enableExperimentalMenu` configuration option
5.8.1+1.20.1 Release 16.04.2024

curios-forge-5.8.1+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.8.1+1.20.1] - 2024.04.15 ### Fixed - Fixed NPE crash
5.8.0+1.20.1 Release 15.04.2024

curios-forge-5.8.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.8.0+1.20.1] - 2024.04.15 ### Changed - Attempting to quick-move stacks into Curios slots in the new experimental GUI will now include pages other than the current one
5.8.0-beta.2+1.20.1 Beta 09.04.2024

curios-forge-5.8.0-beta.2+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.8.0-beta.2+1.20.1] - 2024.04.08 ### Fixed - Fixed potential backwards compatibility issue - Fixed validators replacing instead of merging when defined
7.4.0-beta.2+1.20.4 Beta 09.04.2024

curios-neoforge-7.4.0-beta.2+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.0-beta.2+1.20.4] - 2024.04.08 ### Fixed - Fixed potential backwards compatibility issue - Fixed validators replacing instead of merging when defined
7.4.0-beta.2+1.20.4 Beta 09.04.2024

curios-forge-7.4.0-beta.2+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.0-beta.2+1.20.4] - 2024.04.08 ### Fixed - Fixed potential backwards compatibility issue - Fixed validators replacing instead of merging when defined
5.8.0-beta+1.20.1 Beta 08.04.2024

curios-forge-5.8.0-beta+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.8.0-beta+1.20.1] - 2024.04.08 ### Added - Added a new opt-in user interface for the Curios screen, enable by setting "enableExperimentalMenu" to true in the curios-server.toml configuration file - Added a configuration setting for configuring slots to the curios-common.toml configuration file - Added "validators" as a field to the slot data files - [API] Added the following methods to `ICuriosItemHandler`: - `isEquipped(Item)` - `isEquipped(Predicate<ItemStack>)` - [API] Added the following methods to `CuriosApi`: - `getSlotUuid(SlotContext)` - `registerCurioPredicates(ResourceLocation, Predicate<SlotResult>)` - `getCurioPredicate(ResourceLocation)` - `testCurioPredicates(Set<ResourceLocation>, SlotResult)` ### Changed - Slot types now exist client-side and are synced from the server - Slot validations for item stacks are no longer tied solely to item tags and now follow the "validators" field added to the slot data files ### Deprecated - Deprecated the following methods in `CuriosApi`, replaced by client and server-aware methods as listed in the javadocs: - `getSlot(String)` - `getSlotIcon(String)` - `getSlots()` - `getPlayerSlots()` - `getEntitySlots(EntityType<?>)` - `getItemStackSlots(ItemStack)`
7.4.0-beta+1.20.4 Beta 08.04.2024

curios-neoforge-7.4.0-beta+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.0-beta+1.20.4] - 2024.04.08 ### Added - Added a new opt-in user interface for the Curios screen, enable by setting "enableExperimentalMenu" to true in the curios-server.toml configuration file - Added a configuration setting for configuring slots to the curios-common.toml configuration file - Added "validators" as a field to the slot data files - [API] Added the following methods to `ICuriosItemHandler`: - `isEquipped(Item)` - `isEquipped(Predicate<ItemStack>)` - [API] Added the following methods to `CuriosApi`: - `getSlotUuid(SlotContext)` - `registerCurioPredicates(ResourceLocation, Predicate<SlotResult>)` - `getCurioPredicate(ResourceLocation)` - `testCurioPredicates(Set<ResourceLocation>, SlotResult)` ### Changed - Slot types now exist client-side and are synced from the server - Slot validations for item stacks are no longer tied solely to item tags and now follow the "validators" field added to the slot data files ### Deprecated - Deprecated the following methods in `CuriosApi`, replaced by client and server-aware methods as listed in the javadocs: - `getSlot(String)` - `getSlotIcon(String)` - `getSlots()` - `getPlayerSlots()` - `getEntitySlots(EntityType<?>)` - `getItemStackSlots(ItemStack)`
7.4.0-beta+1.20.4 Beta 08.04.2024

curios-forge-7.4.0-beta+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.4.0-beta+1.20.4] - 2024.04.08 ### Added - Added a new opt-in user interface for the Curios screen, enable by setting "enableExperimentalMenu" to true in the curios-server.toml configuration file - Added a configuration setting for configuring slots to the curios-common.toml configuration file - Added "validators" as a field to the slot data files - [API] Added the following methods to `ICuriosItemHandler`: - `isEquipped(Item)` - `isEquipped(Predicate<ItemStack>)` - [API] Added the following methods to `CuriosApi`: - `getSlotUuid(SlotContext)` - `registerCurioPredicates(ResourceLocation, Predicate<SlotResult>)` - `getCurioPredicate(ResourceLocation)` - `testCurioPredicates(Set<ResourceLocation>, SlotResult)` ### Changed - Slot types now exist client-side and are synced from the server - Slot validations for item stacks are no longer tied solely to item tags and now follow the "validators" field added to the slot data files ### Deprecated - Deprecated the following methods in `CuriosApi`, replaced by client and server-aware methods as listed in the javadocs: - `getSlot(String)` - `getSlotIcon(String)` - `getSlots()` - `getPlayerSlots()` - `getEntitySlots(EntityType<?>)` - `getItemStackSlots(ItemStack)`
7.3.4+1.20.4 Release 12.03.2024

curios-neoforge-7.3.4+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.3.4+1.20.4] - 2024.03.11 ### Fixed - Fixed tooltip crash [#388](https://github.com/TheIllusiveC4/Curios/issues/388)
7.3.4+1.20.4 Release 12.03.2024

curios-forge-7.3.4+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.3.4+1.20.4] - 2024.03.11 ### Fixed - Fixed tooltip crash [#388](https://github.com/TheIllusiveC4/Curios/issues/388)
5.7.2+1.20.1 Release 12.03.2024

curios-forge-5.7.2+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.7.2+1.20.1] - 2024.03.11 ### Fixed - Fixed tooltip crash [#388](https://github.com/TheIllusiveC4/Curios/issues/388)
7.3.3+1.20.4 Release 11.03.2024

curios-neoforge-7.3.3+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.3.3+1.20.1] - 2024.03.11 ### Changed - Non-curio equippable items (such as armor) now support slot modifiers - Insertion order of curio attribute modifiers are preserved instead of randomized in tooltips
7.3.3+1.20.4 Release 11.03.2024

curios-forge-7.3.3+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.3.3+1.20.1] - 2024.03.11 ### Changed - Non-curio equippable items (such as armor) now support slot modifiers - Insertion order of curio attribute modifiers are preserved instead of randomized in tooltips
5.7.1+1.20.1 Release 11.03.2024

curios-forge-5.7.1+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.7.1+1.20.1] - 2024.03.11 ### Changed - Non-curio equippable items (such as armor) now support slot modifiers - Insertion order of curio attribute modifiers are preserved instead of randomized in tooltips
7.3.2+1.20.4 Release 27.02.2024

curios-forge-7.3.2+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.3.2+1.20.4] - 2024.02.27 ### Fixed - [Forge] Fixed crashes when calling Curios methods for powdered snow, Enderman visibility, and Piglin checks [#381](https://github.com/TheIllusiveC4/Curios/issues/381)
7.3.1+1.20.4 Release 16.02.2024

curios-neoforge-7.3.1+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.3.1+1.20.4] - 2024.02.16 ### Fixed - [NeoForge] Fixed mobs not spawning with assigned slots
7.3.0+1.20.4 Release 07.02.2024

curios-neoforge-7.3.0+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.3.0+1.20.4] - 2024.02.07 ### Added - [API] Added more slot modifier methods ### Fixed - Fixed slots being assigned to entities erroneously - [NeoForge] Fixed items being lost if a slot is removed before logging into a world
7.3.0+1.20.4 Release 07.02.2024

curios-forge-7.3.0+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.3.0+1.20.4] - 2024.02.07 ### Added - [API] Added more slot modifier methods ### Fixed - Fixed slots being assigned to entities erroneously - [NeoForge] Fixed items being lost if a slot is removed before logging into a world
5.7.0+1.20.1 Release 07.02.2024

curios-forge-5.7.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.7.0+1.20.1] - 2024.02.07 ### Added - [API] Added more slot modifier methods
7.2.0+1.20.4 Release 29.01.2024

curios-neoforge-7.2.0+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.2.0+1.20.4] - 2024.01.29 ### Added - Added slot predicates to curio advancement equip triggers
7.2.0+1.20.4 Release 29.01.2024

curios-forge-7.2.0+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.2.0+1.20.4] - 2024.01.29 ### Added - Added slot predicates to curio advancement equip triggers
5.6.1+1.20.1 Release 29.01.2024

curios-forge-5.6.1+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.6.1+1.20.1] - 2024.01.28 ### Fixed - Fixed null checks in equip triggers
1.19.2-5.1.6.1 Release 29.01.2024

curios-forge-1.19.2-5.1.6.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.6.1] - 2024.01.28 ### Fixed - Fixed null checks in equip triggers
5.6.0+1.20.1 Release 29.01.2024

curios-forge-5.6.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.6.0+1.20.1] - 2024.01.28 ### Added - Added slot predicates to curio advancement equip triggers
1.19.2-5.1.6.0 Release 29.01.2024

curios-forge-1.19.2-5.1.6.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.6.0] - 2024.01.28 ### Added - Added slot predicates to curio advancement equip triggers
7.1.0+1.20.4 Release 24.01.2024

curios-neoforge-7.1.0+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.1.0+1.20.4] - 2024.01.23 ### Added - [API] Added data generation helper methods and classes for generating entities/slots data files and adding curios triggers to advancements, see [documentation](https://docs.illusivesoulworks.com/curios/Developing%20with%20Curios/data-generation) for more information ### Changed - [NeoForge] Updated to and requires NeoForge 20.4.117+ [#368](https://github.com/TheIllusiveC4/Curios/issues/368) ### Fixed - [NeoForge] Fixed `curios:item_handler` capability returning an empty inventory client-side [#363](https://github.com/TheIllusiveC4/Curios/issues/363)
7.1.0+1.20.4 Release 24.01.2024

curios-forge-7.1.0+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.1.0+1.20.4] - 2024.01.23 ### Added - [API] Added data generation helper methods and classes for generating entities/slots data files and adding curios triggers to advancements, see [documentation](https://docs.illusivesoulworks.com/curios/Developing%20with%20Curios/data-generation) for more information ### Changed - [NeoForge] Updated to and requires NeoForge 20.4.117+ [#368](https://github.com/TheIllusiveC4/Curios/issues/368) ### Fixed - [NeoForge] Fixed `curios:item_handler` capability returning an empty inventory client-side [#363](https://github.com/TheIllusiveC4/Curios/issues/363)
1.19.2-5.1.5.0 Release 21.01.2024

curios-forge-1.19.2-5.1.5.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.5.0] - 2024.01.21 ### Added - [API] Added data generation helper methods and classes for triggers to advancements
5.5.0+1.20.1 Release 20.01.2024

curios-forge-5.5.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.5.0+1.20.1] - 2024.01.19 ### Added - [API] Added data generation helper methods and classes for generating entities/slots data files and adding curios triggers to advancements, see [documentation](https://docs.illusivesoulworks.com/curios/Developing%20with%20Curios/data-generation) for more information
5.4.7+1.20.1 Release 26.12.2023

curios-forge-5.4.7+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.4.7+1.20.1] - 2023.12.25 ### Fixed - Fixed validity checks not working in some cases - Fixed `CurioUnequipEvent` not firing when swapping items from use
1.19.2-5.1.4.4 Release 26.12.2023

curios-forge-1.19.2-5.1.4.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.4.4] - 2023.12.26 ### Fixed - Fixed validity checks not working in some cases
1.18.2-5.0.9.2 Release 26.12.2023

curios-forge-1.18.2-5.0.9.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.18.x/docs/CHANGELOG.md). ## [1.18.2-5.0.9.2] - 2023.12.25 ### Fixed - Fixed validity checks not working in some cases
5.4.6+1.20.1 Release 16.12.2023

curios-forge-5.4.6+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.4.6+1.20.1] - 2023.12.15 ### Changed - NBT predicates and certain inventory checks will now include Curios items automatically [#357](https://github.com/TheIllusiveC4/Curios/issues/357) ### Fixed - Fixed NPE crashes if a mod tries to get the Curios inventory from a `null` entity [#358](https://github.com/TheIllusiveC4/Curios/issues/358)
7.0.0-beta.3+1.20.4 Beta 16.12.2023

curios-neoforge-7.0.0-beta.3+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.0.0-beta.3+1.20.4] - 2023.12.15 ### Added - Added Forge version ### Changed - NBT predicates and certain inventory checks will now include Curios items automatically [#357](https://github.com/TheIllusiveC4/Curios/issues/357) ### Fixed - Fixed NPE crashes if a mod tries to get the Curios inventory from a `null` entity [#358](https://github.com/TheIllusiveC4/Curios/issues/358) - [NeoForge] Fixed shearing not applying Fortune enchantment bonuses from curios
7.0.0-beta.3+1.20.4 Beta 16.12.2023

curios-forge-7.0.0-beta.3+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.4/CHANGELOG.md). ## [7.0.0-beta.3+1.20.4] - 2023.12.15 ### Added - Added Forge version ### Changed - NBT predicates and certain inventory checks will now include Curios items automatically [#357](https://github.com/TheIllusiveC4/Curios/issues/357) ### Fixed - Fixed NPE crashes if a mod tries to get the Curios inventory from a `null` entity [#358](https://github.com/TheIllusiveC4/Curios/issues/358) - [NeoForge] Fixed shearing not applying Fortune enchantment bonuses from curios
7.0.0-beta.2+1.20.4 Beta 07.12.2023

curios-neoforge-7.0.0-beta.2+1.20.4

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.3/CHANGELOG.md). ## [7.0.0-beta.2+1.20.4] - 2023.12.07 ### Added - Added `zh_tw` localization (thanks Lobster0228!) [#356](https://github.com/TheIllusiveC4/Curios/pull/356) ### Changed - Updated to Minecraft 1.20.4
7.0.0-beta+1.20.3 Beta 06.12.2023

curios-neoforge-7.0.0-beta+1.20.3

Підтримувані версії Minecraft
1.20.3
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.3/CHANGELOG.md). ## [7.0.0-beta+1.20.3] - 2023.12.05 ### Changed - Updated to Minecraft 1.20.3 - [NeoForge] Reworked curios capabilities to work with revamped capability system - Capabilities can be found in `top.theillusivec4.curios.api.CuriosCapability` - `LazyOptional` fields converted to regular `Optional` fields - Removed `CuriosApi#createProvider`
6.1.0+1.20.2 Release 03.12.2023

curios-neoforge-6.1.0+1.20.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.2/CHANGELOG.md). ## [6.1.0+1.20.2] - 2023.12.02 ### Added - Added NeoForge support ### Changed - Curios inventory keybinding now also closes the current container to mimic the behavior of the vanilla inventory keybinding [#352](https://github.com/TheIllusiveC4/Curios/issues/352) ### Fixed - Fixed slots failing to sync after world load [#347](https://github.com/TheIllusiveC4/Curios/issues/347) - Fixed lost icons when reloading datapacks - Fixed network decoding errors [#346](https://github.com/TheIllusiveC4/Curios/issues/346) - Fixed `CurioAttributeModifierEvent` crashing when used for slot modifiers [#351](https://github.com/TheIllusiveC4/Curios/issues/351)
6.1.0+1.20.2 Release 03.12.2023

curios-forge-6.1.0+1.20.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.2/CHANGELOG.md). ## [6.1.0+1.20.2] - 2023.12.02 ### Added - Added NeoForge support ### Changed - Curios inventory keybinding now also closes the current container to mimic the behavior of the vanilla inventory keybinding [#352](https://github.com/TheIllusiveC4/Curios/issues/352) ### Fixed - Fixed slots failing to sync after world load [#347](https://github.com/TheIllusiveC4/Curios/issues/347) - Fixed lost icons when reloading datapacks - Fixed network decoding errors [#346](https://github.com/TheIllusiveC4/Curios/issues/346) - Fixed `CurioAttributeModifierEvent` crashing when used for slot modifiers [#351](https://github.com/TheIllusiveC4/Curios/issues/351)
5.4.5+1.20.1 Release 30.11.2023

curios-forge-5.4.5+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.4.5+1.20.1] - 2023.11.29 ### Fixed - Fixed slots desyncing after dying or dimension changing [#353](https://github.com/TheIllusiveC4/Curios/issues/353)
5.4.4+1.20.1 Release 29.11.2023

curios-forge-5.4.4+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.4.4+1.20.1] - 2023.11.28 ### Changed - Curios inventory keybinding now also closes the current container to mimic the behavior of the vanilla inventory keybinding [#352](https://github.com/TheIllusiveC4/Curios/issues/352) ### Fixed - Fixed slots failing to sync after world load [#347](https://github.com/TheIllusiveC4/Curios/issues/347) - Fixed lost icons when reloading datapacks
5.4.3+1.20.1 Release 26.11.2023

curios-forge-5.4.3+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.4.3+1.20.1] - 2023.11.26 ### Fixed - Fixed `CurioAttributeModifierEvent` crashing when used for slot modifiers [#351](https://github.com/TheIllusiveC4/Curios/issues/351)
1.19.2-5.1.4.3 Release 26.11.2023

curios-forge-1.19.2-5.1.4.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.4.3] - 2023.11.26 ### Fixed - Fixed `CurioAttributeModifierEvent` crashing when used for slot modifiers [#351](https://github.com/TheIllusiveC4/Curios/issues/351)
5.4.2+1.20.1 Release 02.11.2023

curios-forge-5.4.2+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.4.2+1.20.1] - 2023.11.02 ### Fixed - Fixed network decoding errors [#346](https://github.com/TheIllusiveC4/Curios/issues/346)
1.19.4-5.1.5.4 Release 02.11.2023

curios-forge-1.19.4-5.1.5.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.4/docs/CHANGELOG.md). ## [1.19.4-5.1.5.4] - 2023.11.02 ### Fixed - Fixed network decoding errors [#346](https://github.com/TheIllusiveC4/Curios/issues/346)
1.19.2-5.1.4.2 Release 02.11.2023

curios-forge-1.19.2-5.1.4.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.4.2] - 2023.11.02 ### Fixed - Fixed network decoding errors [#346](https://github.com/TheIllusiveC4/Curios/issues/346)
5.4.1+1.20.1 Release 26.10.2023

curios-forge-5.4.1+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.4.1+1.20.1] - 2023.10.25 ### Fixed - Fixed `list` command not outputting all possible data
6.0.2+1.20.2 Release 26.10.2023

curios-forge-6.0.2+1.20.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.2/docs/CHANGELOG.md). ## [6.0.2+1.20.2] - 2023.10.25 ### Changed - Updated to and requires Forge 48.0.32 or above ### Fixed - Fixed `list` command not outputting all possible data
5.4.0+1.20.1 Release 23.10.2023

curios-forge-5.4.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.4.0+1.20.1] - 2023.10.23 ### Added - Added `replace` fields to entity files to clear previously assigned slots to entities ### Changed - Using set operations in slot files with `replace` set to true will now reset previous add and remove operations ### Fixed - Fixed `replace` fields not working properly for slot loading, this may cause current slot configurations to change when updating
6.0.1+1.20.2 Release 03.10.2023

curios-forge-6.0.1+1.20.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.2/docs/CHANGELOG.md). ## [6.0.1+1.20.2] - 2023.10.03 ### Fixed - Fixed `keepInventory` gamerule applying to non-player entities for curios slots
5.3.5+1.20.1 Release 03.10.2023

curios-forge-5.3.5+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.3.5+1.20.1] - 2023.10.03 ### Fixed - Fixed `keepInventory` gamerule applying to non-player entities for curios slots
6.0.0+1.20.2 Release 26.09.2023

curios-forge-6.0.0+1.20.2

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.2/docs/CHANGELOG.md). ## [6.0.0+1.20.2] - 2023.09.26 ### Changed - Updated to Minecraft 1.20.2
5.3.4+1.20.1 Release 24.09.2023

curios-forge-5.3.4+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.3.4+1.20.1] - 2023.09.24 ### Fixed - Fixed items not showing their curio tooltips on clients connected to dedicated servers [#337](https://github.com/TheIllusiveC4/Curios/issues/337)
5.3.3+1.20.1 Release 22.09.2023

curios-forge-5.3.3+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.3.3+1.20.1] - 2023.09.21 ### Fixed - Fixed the `"replace"` field causing incorrect slot amounts during slot loading
5.3.2+1.20.1 Release 19.09.2023

curios-forge-5.3.2+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.3.2+1.20.1] - 2023.09.19 ### Fixed - Fixed slot loading on client-only entities
5.3.1+1.20.1 Release 05.09.2023

curios-forge-5.3.1+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.3.1+1.20.1] - 2023.09.04 ### Fixed - Fixed multiplayer client-side command argument errors
5.3.0+1.20.1 Release 05.09.2023

curios-forge-5.3.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this project used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.3.0+1.20.1] - 2023.09.04 ### Added - [API] Added `CuriosApi#registerCurio` method for more modular curio definitions - [API] Added `CuriosApi#createCurioProvider` method for more convenient Curios capability attachments - Added support for `"conditions"` in slot data and entity slot data in datapacks ### Fixed - Fixed item insertions handled directly through item handlers not being validated [#238](https://github.com/TheIllusiveC4/Curios/issues/238) - Fixed backwards compatibility with mods using `top.theillusivec4.curios.common.CuriosHelper.SlotAttributeWrapper`
5.2.0+1.20.1 Release 01.09.2023

curios-forge-5.2.0+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge neoforge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this projected used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md). ## [5.2.0+1.20.1] - 2023.08.31 ### Added - Added `keepCurios` configuration option to `curios-server.toml` [#181](https://github.com/TheIllusiveC4/Curios/issues/181) - Added inventory searching methods from `ICuriosHelper` to `ICuriosItemHandler` - Re-added JEI integration ### Changed - Updated `uk_ua` localization (thanks unroman!) [#320](https://github.com/TheIllusiveC4/Curios/pull/320) - Updated slot tooltip to use `"curios.tooltip.slot": "Slot:"` in localization files [#329](https://github.com/TheIllusiveC4/Curios/issues/329) ### Deprecated - Deprecated `ICuriosHelper`, `ISlotHelper`, and `IIconHelper`, to be removed in Minecraft 1.22. Check javadocs for replacement functionality and methods. - Marked previous deprecations for removal in Minecraft 1.21. ### Fixed - Fixed slots not being recognized in server-side command arguments [#327](https://github.com/TheIllusiveC4/Curios/issues/327) - Fixed equip from use behavior to properly validate unequip behavior first [#332](https://github.com/TheIllusiveC4/Curios/issues/332) - Fixed `CuriosEquipEvent` firing erroneously [#305](https://github.com/TheIllusiveC4/Curios/issues/305) - Fixed item insertions handled directly through item handlers not being validated [#238](https://github.com/TheIllusiveC4/Curios/issues/238) - Fixed status effects not rendering in the Curios GUI [#95](https://github.com/TheIllusiveC4/Curios/issues/95)
1.18.2-5.0.9.1 Release 16.06.2023

curios-forge-1.18.2-5.0.9.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.18.x/docs/CHANGELOG.md). ## [1.18.2-5.0.9.1] - 2023.06.15 ### Fixed - Fixed possible NullPointerException crash from SlotResult
5.2.0-beta.3+1.20.1 Beta 12.06.2023

curios-forge-5.2.0-beta.3+1.20.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this projected used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.4/docs/CHANGELOG.md). ## [5.2.0-beta.3+1.20.1] - 2023.06.12 ### Changed - Updated to Minecraft 1.20.1 ### Fixed - Fixed crash upon loading world with a mod that uses legacy IMC slot registration [#314](https://github.com/TheIllusiveC4/Curios/issues/314)
5.2.0-beta.2+1.20 Beta 11.06.2023

curios-forge-5.2.0-beta.2+1.20

Підтримувані версії Minecraft
1.20
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this projected used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.4/docs/CHANGELOG.md). ## [5.2.0-beta.2+1.20] - 2023.06.11 ### Fixed - Fixed log spam [#312](https://github.com/TheIllusiveC4/Curios/issues/312)
5.2.0-beta.1+1.20 Beta 11.06.2023

curios-forge-5.2.0-beta.1+1.20

Підтримувані версії Minecraft
1.20
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Prior to version 5.2.0, this projected used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.4/docs/CHANGELOG.md). ## [5.2.0-beta.1+1.20] - 2023.06.11 ### Added - Added new slot and entity registration through datapacks, see [Curios Documentation](https://docs.illusivesoulworks.com/category/curios) for more information ### Changed - Updated to Minecraft 1.20 - Curios capabilities have been extended natively to all `LivingEntity` entity types ### Deprecated - Deprecated `SlotTypeMessage` and `SlotTypePreset`, registration through datapacks is recommended instead of IMC ### Removed - Removed Curios server configuration file
1.19.4-5.1.5.3 Release 05.05.2023

curios-forge-1.19.4-5.1.5.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.4/docs/CHANGELOG.md). ## [1.19.4-5.1.5.3] - 2023.05.05 ### Fixed - Fixed default curio slot texture not showing properly
1.19.2-5.1.4.1 Release 05.05.2023

curios-forge-1.19.2-5.1.4.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.4.1] - 2023.05.05 ### Fixed - Fixed default curio slot texture not showing properly
1.19.4-5.1.5.2 Release 28.04.2023

curios-forge-1.19.4-5.1.5.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.3/docs/CHANGELOG.md). ## [1.19.4-5.1.5.2] - 2023.04.28 ### Changed - Updated `ru_ru` localization (thanks Heimdallr-1!) [#302](https://github.com/TheIllusiveC4/Curios/pull/302)
1.19.4-5.1.5.1 Release 21.04.2023

curios-forge-1.19.4-5.1.5.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.3/docs/CHANGELOG.md). ## [1.19.4-5.1.5.1] - 2023.04.20 ### Changed - Curios swapping will now take into account all valid slots instead of just the first valid slot ### Fixed - Fixed duplication bug when equipping from use in the hotbar
1.19.4-5.1.5.0 Release 16.04.2023

curios-forge-1.19.4-5.1.5.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.3/docs/CHANGELOG.md). ## [1.19.4-5.1.5.0] - 2023.04.16 ### Added - Added `CurioAttributeModifierEvent` for editing curio attribute modifiers in slots [#292](https://github.com/TheIllusiveC4/Curios/issues/292) ### Changed - Curios that can be equipped from use in the hotbar will now swap with existing curios in valid slots [#301](https://github.com/TheIllusiveC4/Curios/issues/301)
1.19.2-5.1.4.0 Release 16.04.2023

curios-forge-1.19.2-5.1.4.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.4.0] - 2023.04.16 ### Added - Added `CurioAttributeModifierEvent` for editing curio attribute modifiers in slots [#292](https://github.com/TheIllusiveC4/Curios/issues/292)
1.19.4-5.1.4.3 Release 07.04.2023

curios-forge-1.19.4-5.1.4.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.3/docs/CHANGELOG.md). ## [1.19.4-5.1.4.3] - 2023.04.06 ### Fixed - Fixed toggle visibility buttons causing menu issues when clicked [#296](https://github.com/TheIllusiveC4/Curios/issues/296)
1.19.4-5.1.4.2 Release 16.03.2023

curios-forge-1.19.4-5.1.4.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.3/docs/CHANGELOG.md). ## [1.19.4-5.1.4.2] - 2023.03.16 ### Changed - Updated to Minecraft 1.19.4 - Updated slot textures to match new Minecraft slot textures
1.19.3-5.1.4.1 Release 16.03.2023

curios-forge-1.19.3-5.1.4.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.3/docs/CHANGELOG.md). ## [1.19.3-5.1.4.1] - 2023.03.15 ### Added - Added `vi_vn` localization (thanks ZzThanhBaozZ!) [#289](https://github.com/TheIllusiveC4/Curios/pull/289) ### Changed - Updated `it_it` localization (thanks WVam!) [#288](https://github.com/TheIllusiveC4/Curios/pull/288) ### Fixed - Fixed crashes when slots get resized to negative amounts dynamically
1.16.5-4.1.0.0 Release 03.03.2023

curios-forge-1.16.5-4.1.0.0

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
forge
Показати зміни
## [1.16.5-4.1.0.0] - 2023.03.03 ### Added - [API] Added `SlotModifiersUpdatedEvent` to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers - [API] Added `ICuriosHelper#setEquippedCurio` and `ICuriosHelper#findCurio()` for setting items into curio slots and getting items from curio slots respectively - Added new commands: - `/curios drop` for dropping curio items from slots - `/curios list` for listing curio slots and origins - `/curios replace` for setting curio items into slots - Added `curios:set_curio_attributes` loot function ### Fixed - Fixed curio entity selectors counting slots with size 0 erroneously - Fixed startup crashes with ConcurrentModificationException
1.18.2-5.0.9.0 Release 02.03.2023

curios-forge-1.18.2-5.0.9.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.18.x/docs/CHANGELOG.md). ## [1.18.2-5.0.9.0] - 2023.03.02 ### Added - Added `/curios drop` command for dropping curio items ### Fixed - Fixed curio entity selectors counting slots with size 0 erroneously
1.19.2-5.1.3.0 Release 02.03.2023

curios-forge-1.19.2-5.1.3.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.3.0] - 2023.03.02 ### Added - Added `/curios drop` command for dropping curio items ### Fixed - Fixed curio entity selectors counting slots with size 0 erroneously
1.19.3-5.1.4.0 Release 27.02.2023

curios-forge-1.19.3-5.1.4.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.3/docs/CHANGELOG.md). ## [1.19.3-5.1.4.0] - 2023.02.27 ### Added - Added `/curios drop` command for dropping curio items ### Changed - Updated `zh_cn` localization (thanks WadjetSama!) [#285](https://github.com/TheIllusiveC4/Curios/issues/285) - Updated `it_it` localization (thanks WVam!) [#284](https://github.com/TheIllusiveC4/Curios/pull/284) ### Fixed - Fixed curio entity selectors counting slots with size 0 erroneously
1.18.2-5.0.8.0 Release 16.02.2023

curios-forge-1.18.2-5.0.8.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.18.x/docs/CHANGELOG.md). ## [1.18.2-5.0.8.0] - 2023.02.15 ### Added - Added new `ICurio#canWalkOnPowderedSnow` method for curio implementations that allow walking on Powdered Snow blocks (thanks bconlon!) [#273](https://github.com/TheIllusiveC4/Curios/pull/273) - Added `SlotModifiersUpdatedEvent` to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers [#276](https://github.com/TheIllusiveC4/Curios/issues/276) - Added two commands: - `/curios replace <slot> <index> <player> with <item> [count]` for setting items to curio slots - `/curios list` for listing all registered slots and which mods they come from [#261](https://github.com/TheIllusiveC4/Curios/issues/261) - Added `ICuriosHelper#setEquippedCurio` and `ICuriosHelper#findCurio()` for setting items into curio slots and getting items from curio slots respectively
1.19.2-5.1.2.2 Release 16.02.2023

curios-forge-1.19.2-5.1.2.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.2.2] - 2023.02.15 ### Fixed - Fixed `SlotModifiersUpdatedEvent` not always firing
1.19.3-5.1.3.1 Release 16.02.2023

curios-forge-1.19.3-5.1.3.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.3/docs/CHANGELOG.md). ## [1.19.3-5.1.3.1] - 2023.02.15 ### Fixed - Fixed `SlotModifiersUpdatedEvent` not always firing
1.19.2-5.1.2.1 Release 15.02.2023

curios-forge-1.19.2-5.1.2.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.2.1] - 2023.02.15 ### Fixed - Fixed equip sounds still not playing properly in the Curios screen
1.19.2-5.1.2.0 Release 15.02.2023

curios-forge-1.19.2-5.1.2.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.x/docs/CHANGELOG.md). ## [1.19.2-5.1.2.0] - 2023.02.15 ### Added - Added new `ICurio#canWalkOnPowderedSnow` method for curio implementations that allow walking on Powdered Snow blocks (thanks bconlon!) [#273](https://github.com/TheIllusiveC4/Curios/pull/273) - Added `SlotModifiersUpdatedEvent` to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers [#276](https://github.com/TheIllusiveC4/Curios/issues/276) - Added two commands: - `/curios replace <slot> <index> <player> with <item> [count]` for setting items to curio slots - `/curios list` for listing all registered slots and which mods they come from [#261](https://github.com/TheIllusiveC4/Curios/issues/261) - Added `ICuriosHelper#setEquippedCurio` and `ICuriosHelper#findCurio()` for setting items into curio slots and getting items from curio slots respectively ### Changed - `ICurio#onEquipFromUse` now fires when items are placed into slots in inventory screens ### Fixed - Fixed equip sounds not playing properly in the Curios screen (thanks bconlon!) [#281](https://github.com/TheIllusiveC4/Curios/pull/281)
1.19.3-5.1.3.0 Release 14.02.2023

curios-forge-1.19.3-5.1.3.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/). This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.19.3/docs/CHANGELOG.md). ## [1.19.3-5.1.3.0] - 2023.02.13 ### Added - Added `SlotModifiersUpdatedEvent` to listen for broadcasted dynamic changes to slot sizes on players due to slot modifiers [#276](https://github.com/TheIllusiveC4/Curios/issues/276) - Added two commands: - `/curios replace <slot> <index> <player> with <item> [count]` for setting items to curio slots - `/curios list` for listing all registered slots and which mods they come from [#261](https://github.com/TheIllusiveC4/Curios/issues/261) - Added `ICuriosHelper#setEquippedCurio` and `ICuriosHelper#findCurio()` for setting items into curio slots and getting items from curio slots respectively ### Changed - `ICurio#onEquipFromUse` now fires when items are placed into slots in inventory screens ### Fixed - Fixed equip sounds not playing properly in the Curios screen (thanks bconlon!) [#281](https://github.com/TheIllusiveC4/Curios/pull/281)
1.19.3-5.1.2.0 Beta 03.02.2023

curios-forge-1.19.3-5.1.2.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
1.19.2-5.1.1.0 Release 03.02.2023

curios-forge-1.19.2-5.1.1.0

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
forge
1.18.2-5.0.7.1 Release 03.02.2023

curios-forge-1.18.2-5.0.7.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
forge
1.17.1-5.0.2.7 Beta 03.02.2023

curios-forge-1.17.1-5.0.2.7

Підтримувані версії Minecraft
1.17.1
Завантажувачі / Платформи
forge
0.0.13-1.16.5 Beta 03.02.2023

curios-fabric-0.0.13-1.16.5

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
fabric
1.16.5-4.0.8.2 Beta 03.02.2023

curios-forge-1.16.5-4.0.8.2

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
forge
FORGE-1.15.2-2.0.2.7 Release 03.02.2023

curios-FORGE-1.15.2-2.0.2.7

Підтримувані версії Minecraft
1.15.2
Завантажувачі / Платформи
forge
FORGE-1.14.4-1.0.6.1 Release 03.02.2023

curios-FORGE-1.14.4-1.0.6.1

Підтримувані версії Minecraft
1.14.4
Завантажувачі / Платформи
forge
1.13.2-0.12 Beta 03.02.2023

curios-1.13.2-0.12

Підтримувані версії Minecraft
1.13.2
Завантажувачі / Платформи
forge