Minecraft Redstone Flux mod 2024 download
logo
minecraft mod Redstone Flux

Redstone Flux

Game Version: 1.12.2
Total Downloads: 44,795,498
Updated: Apr 3, 2020
Created: Jun 26, 2017
Download Redstone FluxDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
RedstoneFlux-1.12-2.1.1.1-universal.jar release 31.06 KB Apr 3, 2020 1.12.2 8,250,156 download Redstone Flux RedstoneFlux-1.12-2.1.1.1-universal.jar releaseDownload
RedstoneFlux-1.12-2.1.0.6-universal.jar release 35.43 KB Oct 1, 2018 1.12.2 27,534,671 download Redstone Flux RedstoneFlux-1.12-2.1.0.6-universal.jar releaseDownload
RedstoneFlux-1.12-2.0.2.3-universal.jar release 34.39 KB May 29, 2018 1.12.2 4,362,166 download Redstone Flux RedstoneFlux-1.12-2.0.2.3-universal.jar releaseDownload
RedstoneFlux-1.12-2.0.1.2-universal.jar release 32.65 KB Jul 11, 2017 1.12.2 4,604,659 download Redstone Flux RedstoneFlux-1.12-2.0.1.2-universal.jar releaseDownload
RedstoneFlux-1.12-2.0.0.1-universal.jar release 17.01 KB Jun 26, 2017 1.12 43,846 download Redstone Flux RedstoneFlux-1.12-2.0.0.1-universal.jar releaseDownload

Description

Share this:

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

Comments

Add a comment