Cooldown Coordinator
Fabric library to help mods coordinate item movement cooldowns
Обновлён 10 мая 2026 г. · опубликован 14 марта 2022 г.
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.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.10.0-alpha.1 | Альфа | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 10 мая 2026 г. | .jar (104 КБ) |
| 0.9.0 | Релиз | 1.21.11 | fabric, quilt | 10 мая 2026 г. | .jar (104 КБ) |
| 0.9.0-alpha.1 | Альфа | 1.21.11-pre4, 1.21.11-pre5, 1.21.11-rc1, 1.21.11-rc2 | fabric, quilt | 13 ноября 2025 г. | .jar (104 КБ) |
| 0.8.1 | Релиз | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | fabric, quilt | 4 октября 2024 г. | .jar (86 КБ) |
| 0.8.0 | Релиз | 1.20.6, 1.21, 1.21.1, 24w39a | fabric, quilt | 30 сентября 2024 г. | .jar (85 КБ) |
| 0.8.0-beta.4 | Бета | 1.21-rc1, 1.21, 1.21.1-rc1, 1.21.1 | fabric, quilt | 8 августа 2024 г. | .jar (86 КБ) |
| 0.8.0-beta.1 | Бета | 1.20.5, 1.20.6, 1.21 | fabric, quilt | 3 августа 2024 г. | .jar (86 КБ) |
| 0.7.3 | Релиз | 1.20.5, 1.20.6, 1.21, 1.21.1 | fabric, quilt | 2 августа 2024 г. | .jar (13 КБ) |
| 0.7.2 | Релиз | 1.20.6-rc1, 1.20.6, 1.21-rc1, 1.21 | fabric, quilt | 29 мая 2024 г. | .jar (13 КБ) |
| 0.6.3 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 29 мая 2024 г. | .jar (14 КБ) |
| 0.7.1 | Релиз | 1.20.6, 24w18a, 24w19a, 24w19b | fabric, quilt | 25 апреля 2024 г. | .jar (13 КБ) |
| 0.7.0 | Бета | 1.20.5-pre4, 1.20.5-rc1, 1.20.5-rc2, 1.20.5-rc3 | fabric, quilt | 29 марта 2024 г. | .jar (13 КБ) |
| 0.6.2 | Релиз | 1.20.1, 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 26 июня 2023 г. | .jar (14 КБ) |
| 0.6.1 | Релиз | 1.20, 1.20.1-rc1, 1.20.1 | fabric, quilt | 8 июня 2023 г. | .jar (14 КБ) |
| 0.6.0 | Бета | 1.20-pre5, 1.20-pre6, 1.20-pre7, 1.20-rc1 | fabric, quilt | 23 апреля 2023 г. | .jar (14 КБ) |
Показаны последние 15 из 25 версий. Все версии — на Modrinth.
Ченджлог
0.10.0-alpha.1Альфа26.1, 26.1.1, 26.1.2 · 10 мая 2026 г.
- Update for Minecraft 26.1
0.9.0Релиз1.21.11 · 10 мая 2026 г.
- Release stable for 1.21.11
0.9.0-alpha.1Альфа1.21.11-pre5, 1.21.11-rc1, 1.21.11-rc2 · 13 ноября 2025 г.
- Update to Minecraft 25w46a
- Update Mixin Squared to 0.3.3
- Modernize HBE mixin slightly
0.8.1Релиз1.21.8, 1.21.9, 1.21.10 · 4 октября 2024 г.
- Fix minor breakage in 0.8.0
0.8.0Релиз1.21, 1.21.1, 24w39a · 30 сентября 2024 г.
- Releasing 0.8 as stable
- NOTE the new maven repository: https://maven.gnomecraft.net/releases
- Change MixinSquared dependency group to resolve conflicts (thanks Bawnorton)
- Update to MixinSquared 0.2.0 release (identical to the last beta)
0.8.0-beta.4Бета1.21, 1.21.1-rc1, 1.21.1 · 8 августа 2024 г.
- Loom 1.7 or above recommended
- Moving to new maven repository
- https://maven.gnomecraft.net/releases
0.8.0-beta.1Бета1.20.5, 1.20.6, 1.21 · 3 августа 2024 г.
- Simplify Fabric transfer API mixin using Mixin Squared
- Release as v0.8.0 beta
0.7.3Релиз1.20.6, 1.21, 1.21.1 · 2 августа 2024 г.
- Fix backwards transfers from Hoppers aimed at no Inventory
Полная история изменений — на Modrinth.
Комментарии
Загружаем…