Alternate Current
An efficient and non-locational redstone dust implementation
Description
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.
What means Verified?
- Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
- Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
- Security: The mod should not contain any malicious code or attempts to steal personal information.
- Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
- Originality: The mod should be original and not a copy of someone else's work.
- Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
- Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
- License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
- Documentation: The mod should come with clear and detailed documentation on how to install and use it.
How to Install
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.