Back to mods
Redstone Flux project artwork

CurseForge · Minecraft mod

Redstone Flux

Redstone Flux API - Energy Transfer in Minecraft.

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

Quick answer

Which Redstone Flux release should I use?

Updated 6 years ago
Latest stable file RedstoneFlux-1.12-2.1.1.1-universal.jar
Game version 1.12.2
Loader Not required

Redstone Flux RedstoneFlux-1.12-2.1.1.1-universal.jar targets 1.12.2. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.

Where it goes

Is Redstone Flux required on the client, server, or both?

The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

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

The source does not explicitly classify this release as client-only or server-only.

What else does Redstone Flux RedstoneFlux-1.12-2.1.1.1-universal.jar need?

RedstoneFlux-1.12-2.1.1.1-universal.jar. 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 Redstone Flux without breaking your instance.

Built for Redstone Flux RedstoneFlux-1.12-2.1.1.1-universal.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use RedstoneFlux-1.12-2.1.1.1-universal.jar. It targets 1.12.2; 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

    The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside RedstoneFlux-1.12-2.1.1.1-universal.jar. It opens that exact file at the source.

About this project

What does Redstone Flux add?

Standalone Jar file for the Redstone Flux API.

Important note for mod developers: Repacking the THIS API or the OLD API (cofh.api.energy) in your mods will cause crashes. Do not do that. :)

If you want capabilities, use Forge Energy - it's literally the RF capability. Having said that, why use this at all?

Frankly, there's not a great single reason, except that interfaces are more performant, reliable, and provide a template for you as a coder to make sure that you didn't screw up somewhere. And they're trivial to cast to capabilities.

Or, maybe you just want pure RF and you don't want all the various new Flux variants to power your stuff. That's 100% fine too. :)

Mod developers, here's what needs to go into your build.gradle:

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

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

Enjoy!

©2012-2017 Cult of the Full Hub / Team CoFH / CoFH

Project description from CurseForge.

Pick your setup

Redstone Flux by Minecraft version and loader

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

3 available setups

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

Recent files

Redstone Flux versions and loaders

5 of 5 releases match

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