Chest Cavity Beyond

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

File Details

chestcavitybeyond_neoforge_1.21.1-1.4.6.jar

  • R
  • May 24, 2026
  • 794.69 KB
  • 168
  • 1.21.1
  • NeoForge

File Name

chestcavitybeyond_neoforge_1.21.1-1.4.6.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

  • Fixed an issue where entity subclasses added by other mods (e.g. Ore Creeper) would lose functionality due to failing to match a chest cavity type: Added 17 instanceof checks to the fallback logic in ChestCavityTypeManager.getType(), covering various entity types
  • Creative mode players now bypass canOpen and chestplate obstruction checks when using the Chest Opener, no longer restricted
  • Refactored AttributeDisplay attribute display info: replaced showWhenZero with hideValue (generic hide value) + percentageDisplay (percentage format display). Builder now supports auto-detection of PercentageAttribute and default hide values
  • Changed Chest Opener interaction cancellation check from ItemStack.is(Item) to ItemStack.is(TagKey), allowing opener items added by other mods via the chest_openers tag to correctly trigger interaction cancellation