Skip to content
gniftygnome edited this page Mar 7, 2022 · 1 revision

Cooldown Coordinator wiki

The purpose of the Cooldown Coordinator is to allow mods that have block entities which transfer items to make their block entities participate in item transferring networks in a manner compatible with and alike to that of the HopperBlockEntity. This requires different cooldowns must be set for both the source and destination of items transfers under different circumstances. Beyond the complexity of the requirements, there is also the more prosaic issue that mods cannot know what other mods exist, what the duration of their cooldown is, whether they are disabled, etc. This mod attempts to provide a contract which both simplifies implementation and segregates the responsibilities so mod authors can create mods which behave differently yet still interact in a predictable manner ... with respect to setting cooldowns when they transfer items, anyway.

Understanding Hopper transfer cooldown

How to use this mod

Clone this wiki locally