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
- 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
instanceofchecks to the fallback logic inChestCavityTypeManager.getType(), covering various entity types - Creative mode players now bypass
canOpenand chestplate obstruction checks when using the Chest Opener, no longer restricted - Refactored
AttributeDisplayattribute display info: replacedshowWhenZerowithhideValue(generic hide value) +percentageDisplay(percentage format display). Builder now supports auto-detection ofPercentageAttributeand default hide values - Changed Chest Opener interaction cancellation check from
ItemStack.is(Item)toItemStack.is(TagKey), allowing opener items added by other mods via thechest_openerstag to correctly trigger interaction cancellation