promotional bannermobile promotional banner

Common Capabilities

Forge Capabilities that can be shared by multiple mods

File Details

CommonCapabilities-1.20.1-2.9.11-sources.jar

  • R
  • Nov 16, 2025
  • 106.97 KB
  • 4
  • 1.20.1
  • Forge

File Name

CommonCapabilities-1.20.1-2.9.11-sources.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:common-capabilities-247007:7229324")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.18.4 or higher.

Changes:
* Optimize SlotlessItemHandlerWrapper#getLimit
  Previously, this would iterate over all slots, which could get expensive
  for inventories with a large number of slots.
  Related to CyclopsMC/ColossalChests#192