Download Redstone Flux — Minecraft Mods — MetaMods

Redstone Flux

Active

Downloads

10

Last update

5 years ago
Client
Fabric
Quilt
Forge
Neoforge
Libraries

Redstone Flux

Standalone JAR file containing the API for working with the Redstone Flux energy transfer system in Minecraft.

Important warning for mod developers: Under no circumstances should you repackage this API or the old version of the API (cofh.api.energy) into your mods, as this will cause game crashes.

If you need Forge Energy capabilities - this is essentially the RF implementation through the capabilities system. The question arises: why use this API at all then?

The main advantages are that interfaces provide higher performance, reliability, and serve as a ready-made template for programmers, helping to avoid implementation errors. Additionally, they are very easy to convert to Forge capabilities.

Or, perhaps you simply prefer to use pure RF without all the new Flux variants to power your devices. This is also a completely normal approach.

For mod developers, the following lines need to be added to the build.gradle file:

repositories {
    maven {
        name = "CoFH Maven"
        url = "http://maven.covers1624.net"
    }
}

dependencies {
    deobfCompile "cofh:RedstoneFlux:1.12-2.0.0.1:universal"
}
Project members
TeamCoFH

TeamCoFH

KingLemmingCoFH

KingLemmingCoFH

Created: 3 Apr 2020

ID: 19416