File Details
champions-neoforge-1.21.6-2.1.12.1.jar
- R
- Aug 24, 2025
- 382.64 KB
- 27
- 1.21.6
- NeoForge
File Name
champions-neoforge-1.21.6-2.1.12.1.jar
Supported Versions
- 1.21.6
Curse Maven Snippet
✨ Enhancements
Modularized Affix API
Split the original IAffix interface into multiple specialized interfaces:
IAffixBase
IAffixCombatHandler
IAffixLifecycle
IAffixSyncable
This avoids bloated implementations and improves code clarity and flexibility.
Affix Setting Decoupling
AffixSetting is now decoupled from affix registration. Each affix can define a default setting and optionally allow datapack-based configuration, significantly simplifying the registration process.
Tick Helper Methods
Added utility methods to facilitate ticking logic for affixes that require periodic updates.
🐛 Bug Fixes
hasSubscription Config Not Applied
Fixed an issue where the hasSubscription flag was ignored due to BasicAffix initializing with an empty setting. It now correctly respects the configured value.
Fixed kubejs affix setting overrides, the createObject function will only call once, so kubejs affix have no default setting.
improve some code
🐴Champions Spawn Event
Add champion spawn event, now you can subscribe Attempt, Pre, Post to custom your champions powerful

