Back to mods
Alternate Current project artwork

Modrinth · Minecraft mod

Alternate Current

An efficient and non-locational redstone dust implementation

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Alternate Current release should I use?

Updated last month
Latest stable file neoforge-mc26.2-1.9.0
Game version 26.2
Loader NeoForge

Alternate Current neoforge-mc26.2-1.9.0 targets 26.2 with NeoForge. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.

Where it goes

Is Alternate Current required on the client, server, or both?

Do not install it on the client. It must be installed on the dedicated server.

Client Not supported
Dedicated server Required
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This file is marked server-only.

What else does Alternate Current neoforge-mc26.2-1.9.0 need?

neoforge-mc26.2-1.9.0. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Alternate Current without breaking your instance.

Built for Alternate Current neoforge-mc26.2-1.9.0. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use neoforge-mc26.2-1.9.0. It targets 26.2 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Do not install it on the client. It must be installed on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside neoforge-mc26.2-1.9.0. It opens that exact file at the source.

About this project

What does Alternate Current add?

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.

Project description from Modrinth.

Pick your setup

Alternate Current by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

32 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Alternate Current versions and loaders

10 of 10 releases match

Looking for an older file? The official Modrinth project page is in Resources.