Common Capabilities
Forge Capabilities that can be shared by multiple mods
Обновлён 21 июня 2026 г. · опубликован 5 июня 2022 г.
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 (all Minecraft versions)
- Ender IO (1.7)
- Forestry (1.7, 1.12)
- IC2 (1.7)
- Tinkers' Construct (1.7, 1.12)
- EvilCraft (all Minecraft versions)
- Thermal Expansion (1.7, 1.12)
Temperature
Used for things that can have a certain temperature.
- Vanilla Minecraft (all Minecraft versions)
- Forestry (1.7, 1.12)
- IC2 (1.7)
Recipe Handler
Exposes the recipes of machines.
- Integrated Dynamics (all Minecraft versions)
- EvilCraft (all Minecraft versions)
- Forestry (1.7, 1.12)
- Tinkers' Construct (1.7, 1.12)
- Thermal Expansion (1.7, 1.12)
- Visual Workbench (1.21+)
Slotless Item Handler
A variant of the regular item handler that is slot-agnostic.
- Colossal Chests (all Minecraft versions)
- Integrated Tunnels (all Minecraft versions)
Wrench
For items that allow wrenching.
- Integrated Dynamics (all Minecraft versions)
- 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 and Bundles 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.

Support us via the referral code cyclops when renting a Bisect Hosting server, and get 25% off!
If you like this mod, consider supporting me on Patreon!
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 26.2-2.11.8-360 | Бета | 26.2 | neoforge | 21 июня 2026 г. | .jar (285 КБ) |
| 1.21.1-2.11.5 | Релиз | 1.21.1 | neoforge | 14 июня 2026 г. | .jar (277 КБ) |
| 26.1.2-2.11.8 | Релиз | 26.1.2 | neoforge | 14 июня 2026 г. | .jar (285 КБ) |
| 26.1.2-2.11.7-352 | Бета | 26.1.2 | neoforge | 17 мая 2026 г. | .jar (285 КБ) |
| 26.1.2-2.11.7 | Релиз | 26.1.2 | neoforge | 16 мая 2026 г. | .jar (285 КБ) |
| 26.1.2-2.11.6 | Релиз | 26.1.2 | neoforge | 28 апреля 2026 г. | .jar (285 КБ) |
| 26.1.2-2.11.5 | Релиз | 26.1.2 | neoforge | 24 апреля 2026 г. | .jar (285 КБ) |
| 26.1.2-2.11.4 | Релиз | 26.1.2 | neoforge | 22 апреля 2026 г. | .jar (284 КБ) |
| 26.1.1-2.11.4 | Релиз | 26.1.1 | neoforge | 10 апреля 2026 г. | .jar (284 КБ) |
| 26.1.1-2.11.4-338 | Бета | 26.1.1 | neoforge | 10 апреля 2026 г. | .jar (284 КБ) |
| 26.1.1-2.9.7-337 | Бета | 26.1.1 | neoforge | 10 апреля 2026 г. | .jar (284 КБ) |
| 26.1.1-2.9.7-336 | Бета | 26.1.1 | neoforge | 7 апреля 2026 г. | .jar (284 КБ) |
| 26.1.1-2.9.7-335 | Бета | 26.1.1 | neoforge | 5 апреля 2026 г. | .jar (284 КБ) |
| 26.1.1-2.9.7-334 | Бета | 26.1.1 | neoforge | 5 апреля 2026 г. | .jar (284 КБ) |
| 26.1.1-2.9.7-333 | Бета | 26.1.1 | neoforge | 5 апреля 2026 г. | .jar (285 КБ) |
Показаны последние 15 из 135 версий. Все версии — на Modrinth.
Ченджлог
26.2-2.11.8-360Бета26.2 · 21 июня 2026 г.
Changes since last release: https://github.com/CyclopsMC/CommonCapabilities/commits/master-26
1.21.1-2.11.5Релиз1.21.1 · 14 июня 2026 г.
Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.
1.21.1-2.11.5 - 2026-06-14 14:50:24
Changed
- Optimize IngredientMatcherFluidStack#isEmpty method
1.21.1-2.11.4 - 2026-03-14 16:43:54 +0100
Fixed
- Serialize recipe handled recipes by their id This significantly reduces packet sizes. Closes CyclopsMC/IntegratedCrafting#192
1.21.1-2.11.3 - 2025-12-21 16:25:29 +0100
Added
- Add translations through Crowdin (#44)
Fixed
- Fix bundle overfilling through item capability, Closes #45
1.21.1-2.11.2 - 2025-11-16 16:50:45 +0100
Changed
- 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
1.21.1-2.11.1 - 2025-11-15 05:45:03 +0100
Fixed
- Fix wrong item serialization between size between 99 and 127 Closes CyclopsMC/IntegratedTerminals#186
1.21.1-2.11.0 - 2025-11-11 15:36:34 +0100
Added
- Add Recipe Handler to Visual Workbench Required for CyclopsMC/IntegratedCrafting#163
1.21.1-2.10.1 - 2025-10-17 15:16:06 +0200
Changed
- Optimize equals and hashCode of recipes Related to CyclopsMC/IntegratedCrafting#156
1.21.1-2.10.0 - 2025-10-07 07:44:32 +0200
Added
- Add SizedIngredient variant for getPrototypesFromIngredient (required for Integrated Mekanism)
Fixed
- Clear recipe handler caches on server stop
- Fix not all shapeless recipes not being exposed correctly
1.21.1-2.9.12 - 2025-08-15 08:42:31 +0200
Added
- Add translations through Crowdin (#42)
- Update PT_BR localization (#41)
Fixed
- Remove energy from NBT equality filter config This fixes ID energy batteries incorrectly stacking in Integrated Terminals. Closes CyclopsMC/IntegratedDynamics#1542
1.21.1-2.9.11 - 2025-05-31 19:23:33 +0200
Added
- Add getters in PrototypedIngredientAlternativesItemStackTag
1.21.1-2.9.10 - 2025-05-10 08:50:54 +0200
Fixed
- Fix recipe simulation for stonecutter recipes
1.21.1-2.9.9 - 2025-05-07 17:18:00 +0200
Fixed
- Fix extraction from non-zero tanks not working Closes CyclopsMC/IntegratedTunnels#335
1.21.1-2.9.8 - 2025-04-04 17:13:53 +0200
Added
- Add nl_nl translations
Fixed
- Fix wrong worker hasWork capability on brewing stand
- Fix recipes for <3x3 grids sometimes being invalid
- Fix bundle capability storing empty stacks
- Fix bundle item handler not supporting item removals
- Fix item entity capabilities not being added correctly
1.21.1-2.9.7 - 2024-12-10 15:45:16 +0100
Changed
- Improve performance of DataComparator, required for CyclopsMC/IntegratedTerminals#139
Fixed
- Fix Vanilla Furnace not accepting recipes with some empty inputs Closes CyclopsMC/IntegratedDynamics#1432
1.21.1-2.9.6 - 2024-11-10 14:09:31 +0100
Fixed
- Fix Integrated Dynamics batteries not being auto-craftable Closes CyclopsMC/IntegratedCrafting#113
1.21.1-2.9.5 - 2024-10-13 17:28:43 +0200
Fixed
- Fix mutation when serializing items with count > 99 This caused desync issues in mods such as Integrated Terminals. Closes CyclopsMC/IntegratedTerminals#126
1.21.1-2.9.4 - 2024-08-21 17:47:56 +0200
Fixed
- Fix incorrect RecipeDefinition#hashCode This fixes issues where some recipes could not be crafted. Closes CyclopsMC/IntegratedCrafting#110
- Refer to NeoForge's updateJSONURL instead of Forge's
- Correctly extract from slots with limit > 64 This fixes issues with Integrated Tunnels and Crafting when interacting with mods such as Sophisticated Barrels. Closes CyclopsMC/IntegratedCrafting#106
[1.21.1-2.9.3] - 2024-08-09 21:03:16 +0200
Added:
- Add missing serialization context when decoding ingredients This fixes a problem in Integrated Terminals where terminals break if they contain enchanted items. Closes CyclopsMC/IntegratedDynamics#1375
Fixed
- Fix capability getter failing with void context capabilities This fixes crashes with the Integrated Dynamics world item importer, Closes CyclopsMC/IntegratedDynamics#1376
26.1.2-2.11.8Релиз26.1.2 · 14 июня 2026 г.
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-2.11.8 - 2026-06-14 14:54:09
Added
- Add translations through Crowdin (#48)
Changed
- Optimize IngredientMatcherFluidStack#isEmpty method
26.1.2-2.11.7 - 2026-05-16 14:45:25 +0200
Changed
- Avoid inefficient DataComparator usage when not necessary
26.1.2-2.11.6 - 2026-04-28 19:53:11 +0200
Added
- Restore visual workbench compat
26.1.2-2.11.5 - 2026-04-24 19:23:42 +0200
Fixed
- Fix RecipeDefinitions failing to deserialize on clients
[26.1.2-2.11.4] - 2026-04-22 19:52:02 +0200
Initial 26.1.2 release
26.1.2-2.11.7-352Бета26.1.2 · 17 мая 2026 г.
Changes since last release: https://github.com/CyclopsMC/CommonCapabilities/commits/master-26
26.1.2-2.11.7Релиз26.1.2 · 16 мая 2026 г.
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-2.11.7 - 2026-05-16 14:45:25
Changed
- Avoid inefficient DataComparator usage when not necessary
26.1.2-2.11.6 - 2026-04-28 19:53:11 +0200
Added
- Restore visual workbench compat
26.1.2-2.11.5 - 2026-04-24 19:23:42 +0200
Fixed
- Fix RecipeDefinitions failing to deserialize on clients
[26.1.2-2.11.4] - 2026-04-22 19:52:02 +0200
Initial 26.1.2 release
26.1.2-2.11.6Релиз26.1.2 · 28 апреля 2026 г.
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-2.11.6 - 2026-04-28 19:53:11
Added
- Restore visual workbench compat
26.1.2-2.11.5 - 2026-04-24 19:23:42 +0200
Fixed
- Fix RecipeDefinitions failing to deserialize on clients
[26.1.2-2.11.4] - 2026-04-22 19:52:02 +0200
Initial 26.1.2 release
26.1.2-2.11.5Релиз26.1.2 · 24 апреля 2026 г.
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-2.11.5 - 2026-04-24 19:23:42
Fixed
- Fix RecipeDefinitions failing to deserialize on clients
[26.1.2-2.11.4] - 2026-04-22 19:52:02 +0200
Initial 26.1.2 release
Полная история изменений — на Modrinth.
Комментарии
Загружаем…