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

Alternate Current

An efficient and non-locational redstone dust implementation

9.2M загрузок1K подписчиковMITfabricforgeneoforgeornithequilt

Обновлён 17 июня 2026 г. · опубликован 5 апреля 2021 г.

Alternate Current is an efficient and non-locational redstone dust implementation. Its main focus lies in reducing the lag caused by redstone dust, by optimizing the power calculations and reducing the number of shape and block updates emitted. As a side effect of these changes the block update order of redstone dust networks is predictable and intuitive rather than locational and chaotic.

Performance

MSPT contributions of redstone dust are up to 30 times lower with Alternate Current, all the while maintaining a high level of Vanilla parity. Its low number of code modifications make it minimally invasive, so it's an easy drop-in replacement for Vanilla redstone dust.

Check out the GitHub page for a detailed explanation of Alternate Current's improvements.

Why is redstone dust so laggy?

There are two main reasons why redstone dust is laggy: unnecessary updates and unnecessary calculations, both of which are caused by the fact that redstone dust updates recursively. A redstone wire can update its power level over half a dozen times before settling on the final value, doing expensive calculations and emitting copious amounts of shape and block updates each time. On top of that, many shape and block updates are completely redundant.

How does Alternate Current fix that?

Alternate Current fixes these issues by doing power calculations of the entire network before updating the power levels. Each wire will check power from non-wire components just once and power from other wires just twice. Power sources within the network are identified, and the power is spread from there. This makes the calculations more efficient and the update order more intuitive. Shape and block updates are only emitted when the final power level is reached, and each wire emits no redundant updates.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
neoforge-mc26.2-1.9.0Релиз26.2neoforge17 июня 2026 г..jar (51 КБ)
mc26.2-1.9.0Релиз26.2fabric, quilt16 июня 2026 г..jar (51 КБ)
neoforge-mc26.1-1.9.0Релиз26.1, 26.1.1, 26.1.2neoforge4 апреля 2026 г..jar (51 КБ)
mc26.1-1.9.0Релиз26.1, 26.1.1, 26.1.2fabric, quilt24 марта 2026 г..jar (51 КБ)
neoforge-mc1.21.11-1.9.0Релиз1.21.11neoforge12 декабря 2025 г..jar (51 КБ)
mc1.21.11-1.9.0Релиз1.21.11fabric, quilt9 декабря 2025 г..jar (51 КБ)
neoforge-mc1.21.9-1.9.0Релиз1.21.9, 1.21.10neoforge1 октября 2025 г..jar (50 КБ)
mc1.21.9-1.9.0Релиз1.21.9, 1.21.10fabric, quilt30 сентября 2025 г..jar (52 КБ)
neoforge-mc1.21.5-1.9.0Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8neoforge26 марта 2025 г..jar (51 КБ)
neoforge-mc1.21.2-1.9.2Релиз1.21.2, 1.21.3, 1.21.4neoforge26 марта 2025 г..jar (50 КБ)
mc1.21.5-1.9.0Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric, quilt26 марта 2025 г..jar (52 КБ)
neoforge-mc1.21.2-1.9.1Релиз1.21.2, 1.21.3, 1.21.4neoforge15 февраля 2025 г..jar (50 КБ)
mc1.21.2-1.9.1Релиз1.21.2, 1.21.3, 1.21.4fabric, quilt15 февраля 2025 г..jar (52 КБ)
neoforge-mc1.21.2-1.9.0Релиз1.21.2, 1.21.3, 1.21.4neoforge2 декабря 2024 г..jar (50 КБ)
mc1.21.2-1.9.0Релиз1.21.2, 1.21.3, 1.21.4fabric, quilt22 октября 2024 г..jar (52 КБ)

Показаны последние 15 из 130 версий. Все версии — на Modrinth.

Ченджлог

neoforge-mc26.2-1.9.0Релиз26.2 · 17 июня 2026 г.

updated to Minecraft 26.2

mc26.2-1.9.0Релиз26.2 · 16 июня 2026 г.

1.9.0

updated to Minecraft 26.2

neoforge-mc26.1-1.9.0Релиз26.1, 26.1.1, 26.1.2 · 4 апреля 2026 г.

updated to Minecraft 26.1

mc26.1-1.9.0Релиз26.1, 26.1.1, 26.1.2 · 24 марта 2026 г.

1.9.0

updated to Minecraft 26.1

neoforge-mc1.21.11-1.9.0Релиз1.21.11 · 12 декабря 2025 г.

1.9.0

updated to Minecraft 1.21.11

mc1.21.11-1.9.0Релиз1.21.11 · 9 декабря 2025 г.

1.9.0

updated to Minecraft 1.21.11

neoforge-mc1.21.9-1.9.0Релиз1.21.9, 1.21.10 · 1 октября 2025 г.

1.9.0

updated to Minecraft 1.21.9

mc1.21.9-1.9.0Релиз1.21.9, 1.21.10 · 30 сентября 2025 г.

1.9.0

updated to Minecraft 1.21.9

Полная история изменений — на Modrinth.

Комментарии

Загружаем…