Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20–1.20.4
1.19.x
1.18.2
1.17.1
1.16.4–1.16.5
1.15.2
1.14.4
1.13.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-or-later
Published last year
Updated last week
Changelog
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
This is a copy of the changelog for the most recent version. For the full version history, go here.
[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)
togetLootingLevel(SlotContext, LootContext)
- [API] Replaced
UUID
for attribute modifiers withResourceLocation
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
Files
Metadata
Release channel
ReleaseVersion number
9.2.0+1.21.1Loaders
Game versions
1.21–1.21.1Downloads
235Publication date
January 10, 2025 at 1:54 PMPublisher
TheIllusiveC4
Owner