File Details
playeraffixes-1.0.1.jar
- R
- Jan 21, 2026
- 1.02 MB
- 403
- 1.20.1
- Forge
File Name
playeraffixes-1.0.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
[1.0.1] - 2026-01-21
Added / 新增
- Generic Persistent Data API: Added
getPersistentData()toIPlayerTalentData. This allows any talent affix to store custom NBT data that persists across player logouts and server restarts. - 通用持久化数据 API: 在
IPlayerTalentData中增加了getPersistentData()方法。这允许任何天赋词条存储自定义的 NBT 数据,且该数据在玩家登出或服务器重启后依然保留。
Fixed / 修复
- Last Stand Persistence: Fixed a bug where the "Last Stand" (背水一战) timer and usage state were lost upon logout or server restart. It now correctly persists.
- “背水一战”持久化: 修复了“背水一战”计时器和使用状态在玩家登出或服务器重启后丢失的问题。现在该状态可以正确持久化。
- Build Errors: Fixed compilation errors in
AffixEventHandlercaused by missing methods during refactoring. - 构建错误: 修复了重构过程中由于缺少方法导致的
AffixEventHandler编译错误。
Changed / 变更
- API Refactoring: Removed specific "Last Stand" methods from
IPlayerTalentDatain favor of the new generic API. - API 重构: 从
IPlayerTalentData中移除了特定的“背水一战”相关方法,转而使用新的通用 API。 - Version Bump: Updated version to
1.0.1. - 版本升级: 版本号更新至
1.0.1。

