CurseForge · Minecraft mod
Redstone Flux
Redstone Flux API - Energy Transfer in Minecraft.
Quick answer
Which Redstone Flux release should I use?
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.
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.
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.
- 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.
- 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.
- 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.
- 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.
1.12.1
1 loader build1.12
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Redstone Flux versions and loaders
RedstoneFlux-1.12-2.1.1.1-universal.jar
3 Apr 2020
RedstoneFlux-1.12-2.1.0.6-universal.jar
1 Oct 2018
RedstoneFlux-1.12-2.0.2.3-universal.jar
29 May 2018
RedstoneFlux-1.12-2.0.1.2-universal.jar
11 Jul 2017
RedstoneFlux-1.12-2.0.0.1-universal.jar
26 Jun 2017
Looking for an older file? The official CurseForge project page is in Resources.