File Details
chestcavitybeyond_neoforge_1.21.1-1.3.3.jar
- R
- Apr 19, 2026
- 749.84 KB
- 733
- 1.21.1
- NeoForge
File Name
chestcavitybeyond_neoforge_1.21.1-1.3.3.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
- Added
OrganSkillConsumerfunctional interface as an organ skill callback; the return value controls whether cooldown is applied:trueindicates the skill executed successfully and cooldown is added,falseindicates the skill did not execute and no cooldown is added. - Added
ChestCavityRegisterCompletedEvent, fired after all chest cavity types have been registered, allowing third-party mods to replace or remove registered chest cavity type mappings. - Added
OrganRegisterEventandOrganRegisterCompletedEventfor external mods to add, replace, or remove organ abilities. - Renamed
RegisterChestCavityEvent→ChestCavityRegisterEventfor naming consistency.

