promotional bannermobile promotional banner

Chest Cavity Beyond

Chest Cavity Beyond adds a chest cavity organ system to the game

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

NeoForge

implementation "curse.maven:chest-cavity-beyond-1427715:7951210"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added OrganSkillConsumer functional interface as an organ skill callback; the return value controls whether cooldown is applied: true indicates the skill executed successfully and cooldown is added, false indicates 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 OrganRegisterEvent and OrganRegisterCompletedEvent for external mods to add, replace, or remove organ abilities.
  • Renamed RegisterChestCavityEventChestCavityRegisterEvent for naming consistency.