Cooldown Coordinator
Modby gniftygnomecraft
Library to help mods coordinate item movement cooldowns
Type
Mod
CurseForge Downloads
756,171
CurseForge ID
594072
Modrinth Downloads
67,750
Modrinth ID
2lfPteTN
Last Updated
Aug 17, 2026
Description
Cooldown Coordinator
Fabric library to help mods coordinate item movement cooldowns
What it Does
Cooldown Coordinator is a library mod intended to enable heterogeneous networks of vanilla hoppers and item transferring modded block entities to move items throughout the network in a vanilla-alike and consistent manner. For example, one goal is to allow sorters consisting of a mixture of vanilla and modded hoppers, ducts, etc. to behave predictably.
How Does it Do it?
The mod provides an interface to implement and a method to call when a cooldown should be triggered. The method may safely be called with any BlockEntity as its argument. When the target BE implements the interface, it will be notified of the cooldown and can take whatever action it deems appropriate. When this mod is installed, descendants of HopperBlockEntity which do not override HBE's insert() and innermost transfer() methods automatically implement the interface and will coordinate with other implementing BEs.
How to Use this Library
There are some important details (f.e. how to know when a cooldown should be triggered) which implementors need to get right in order for coordination to work properly. See the library's javadocs, or take a look at the wiki.
Future Goals
I would like this mod or something similar to be part of the Fabric API. At present, it is somewhere between an RFC and a WIP. If it performs as intended and there is interest from the Fabric community, I intend to maintain the mod until (and beyond) it becomes part of Fabric or something better comes along.
Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Snow! Real Magic! ⛄ (Fabric)
Not a magic mod. | Snow Gravity & Accumulation | Snow-covered blocks | Tweak snow behaviors
ThonkUtil
A library for some of my mods
TinkerStages
This mod hooks in to the GameStage API, and allows various aspects of Tinkers Construct to be put into progression stage...
UnionLib
A library mod for all my mods
Sledgehammer
Smashes the stupid out of the client & server.
Wooden Hopper
Adds a Wooden Hopper to the game. (Forge, NeoForge, Fabric, Quilt)