Перейти к содержимому
Mineforgian

Cooldown Coordinator

Fabric library to help mods coordinate item movement cooldowns

64K загрузок27 подписчиковApache-2.0fabricquilt

Обновлён 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.2fabric, quilt10 мая 2026 г..jar (104 КБ)
0.9.0Релиз1.21.11fabric, quilt10 мая 2026 г..jar (104 КБ)
0.9.0-alpha.1Альфа1.21.11-pre4, 1.21.11-pre5, 1.21.11-rc1, 1.21.11-rc2fabric, quilt13 ноября 2025 г..jar (104 КБ)
0.8.1Релиз1.21.7, 1.21.8, 1.21.9, 1.21.10fabric, quilt4 октября 2024 г..jar (86 КБ)
0.8.0Релиз1.20.6, 1.21, 1.21.1, 24w39afabric, quilt30 сентября 2024 г..jar (85 КБ)
0.8.0-beta.4Бета1.21-rc1, 1.21, 1.21.1-rc1, 1.21.1fabric, quilt8 августа 2024 г..jar (86 КБ)
0.8.0-beta.1Бета1.20.5, 1.20.6, 1.21fabric, quilt3 августа 2024 г..jar (86 КБ)
0.7.3Релиз1.20.5, 1.20.6, 1.21, 1.21.1fabric, quilt2 августа 2024 г..jar (13 КБ)
0.7.2Релиз1.20.6-rc1, 1.20.6, 1.21-rc1, 1.21fabric, quilt29 мая 2024 г..jar (13 КБ)
0.6.3Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4fabric, quilt29 мая 2024 г..jar (14 КБ)
0.7.1Релиз1.20.6, 24w18a, 24w19a, 24w19bfabric, quilt25 апреля 2024 г..jar (13 КБ)
0.7.0Бета1.20.5-pre4, 1.20.5-rc1, 1.20.5-rc2, 1.20.5-rc3fabric, quilt29 марта 2024 г..jar (13 КБ)
0.6.2Релиз1.20.1, 1.20.2, 1.20.3, 1.20.4fabric, quilt26 июня 2023 г..jar (14 КБ)
0.6.1Релиз1.20, 1.20.1-rc1, 1.20.1fabric, quilt8 июня 2023 г..jar (14 КБ)
0.6.0Бета1.20-pre5, 1.20-pre6, 1.20-pre7, 1.20-rc1fabric, quilt23 апреля 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 г.
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.

Комментарии

Загружаем…