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.1.5.jar

  • R
  • Mar 26, 2026
  • 711.22 KB
  • 23
  • 1.21.1
  • NeoForge

File Name

chestcavitybeyond_neoforge_1.21.1-1.1.5.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

  • Refactored Mixin business logic, extracting logic from Mixin classes into separate utility classes: added MixinUtil and MixinClientUtil.
  • Organ.Builder now supports constructing custom Item subclasses via Function<Item.Properties, Item>.
  • Optimized the timing of the otherOrganChange callback: now uniformly triggered in setStackInSlot (after attribute updates), instead of being triggered separately in organAdded/organRemoved.