Common Capabilities

Common Capabilities

Mod

Forge Capabilities that can be shared by multiple mods

Client and server LibraryUtility

8,902 downloads
6 followers
Created2 years ago
Updated5 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
This requires the Cyclops Core library!
Come talk to us in #commoncapabilities on the Cyclops Discord server!

This mod improves mod interactions, which are possible because of Forge's new capability system.
This does not provide any actual new content, it only improves existing interactions.
The goal of this mod is to provide standard capabilities that are useful for different mods, without those mods having to depend on each other.

Initially, this mod was part of Integrated Dynamics, to improve the 'readability' for various mods. This has been separated into this new mod because other mods might also benefit from these capabilities without having to depend on Integrated Dynamics.

This mod provides the following capabilities to the following mods (annotated with Minecraft version applicability):

Worker
Indicates if a machine can work, and has work.

  • Vanilla Minecraft (1.7, 1.12, 1.16)
  • Ender IO (1.7)
  • Forestry (1.7, 1.12)
  • IC2 (1.7)
  • Tinkers' Construct (1.7, 1.12)
  • EvilCraft (1.7, 1.12, 1.16)
  • Thermal Expansion (1.7, 1.12)

Temperature
Used for things that can have a certain temperature.

  • Vanilla Minecraft (1.7, 1.12, 1.16)
  • Forestry (1.7, 1.12)
  • IC2 (1.7)

Recipe Handler
Exposes the recipes of machines.

  • Integrated Dynamics (1.7, 1.12, 1.16)
  • EvilCraft (1.7, 1.12, 1.16)
  • Forestry (1.7, 1.12)
  • Tinkers' Construct (1.7, 1.12)
  • Thermal Expansion (1.7, 1.12)

Slotless Item Handler
A variant of the regular item handler that is slot-agnostic.

  • Colossal Chests (1.7, 1.12, 1.16)
  • Integrated Tunnels (1.7, 1.12, 1.16)

Wrench
For items that allow wrenching.

  • Integrated Dynamics (1.7, 1.12, 1.16)
  • Ender IO (1.7)
  • Forestry (1.7, 1.12)
  • IC2 (1.7)
  • Thermal Expansion (1.7, 1.12)

Item Handler
Making more blocks, items and entities expose their item inventories.

  • Thermal Expansion (1.7, 1.12): Satchel, Caches and Strongboxes in item-form.
  • Vanilla (1.7, 1.12, 1.16): Shulker Boxes in item-form.

Capability Delegation

Energy, Item and Fluid handlers from item entities and items inside item frames are delegated to the entity itself.
The Ingredients Components API, an abstraction layer for working with items, fluids and energy in a generic way.
Every aspect of this mod can be configured to disable interactions.

 

This mod is responsible for registering the capabilities from the Common Capabilities API, it also provides default implementations of these capabilities for various mods.

 

This mod collects anonymized startup data, this can be disabled in the config file and adheres to Minecraft's snooper settings.

 

  If you like this mod, consider supporting me on Patreon!

External resources



Project members

rubensworks

Owner


Technical information

License
MIT
Client side
required
Server side
required
Project ID