基本信息
我的世界Java版本
1.21–1.21.1
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
平台
Fabric
运行环境
其他链接
搬运团队
详情信息
更新日志
格式基于Keep a Changelog,且本项目遵循Semantic Versioning。
这是最近版本的变更日志副本。如需完整版本历史,请前往此处。
[9.2.0+1.21.1] - 2025.01.10
添加
- [API] 添加了以下方法:
ICurio#getAttributesTooltip(List<Component>, Item.TooltipContext)
ICurio#getDropRule(SlotContext, DamageSource, boolean)
ICurio#getAttributeModifiers(SlotContext, ResourceLocation)
ICurio#getSlotsTooltip(List<Component>, Item.TooltipContext)
修复
- 解决了由于不必要的能力失效导致的内存泄漏问题
更改
- 更新至 Minecraft 1.21.1
- [API] 将
ICurio#getLootingLevel(SlotContext, DamageSource, LivingEntity, int)
更改为getLootingLevel(SlotContext, LootContext)
- [API] 在 API 的所有实例中,将属性修饰符的
UUID
替换为ResourceLocation
- 更改了工具提示处理,以使用 NeoForge 的 API
- 为 Curios 查找添加了缓存以进行优化
弃用
- [API] 弃用了以下方法:
ICurio#getAttributesTooltip(List<Component>)
ICurio#getDropRule(SlotContext, DamageSource, int, boolean)
ICurio#getAttributeModifiers(SlotContext, UUID)
- 以及它们在
ICurioItem
中的相应配对 CuriosApi#getSlotIcon(String)
CurioCanEquipEvent#(ItemStack, SlotContext)
删除
- [API] 从
ICurio
、ICurioItem
、SlotContext
中删除了之前弃用的方法