curios-neoforge-9.2.2+1.21.1
on 2025 Jan 11格式基于Keep a Changelog,且此项目遵循Semantic Versioning。
这是最近版本的变更日志副本。要查看完整的版本历史,请前往此处。
[9.2.2+1.21.1] - 2025.01.11
添加
- 在 Curios 屏幕上为 EMI 和 REI 配方查看器添加了排除区域
curios-neoforge-9.2.0+1.21.1
on 2025 Jan 10格式基于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中删除了之前弃用的方法
curios-forge-5.11.1+1.20.1
on 2025 Jan 07格式基于 Keep a Changelog,并且此项目遵循 Semantic Versioning。
在 5.2.0 版本之前,此项目使用 Forge Recommended Versioning。
这是最新版本的变更日志副本。要查看完整的版本历史记录,请转到 此处。
[5.11.1+1.20.1] - 2025 年 01 月 06 日
添加
- 添加了
de_de本地化 #461


