Redstone Flux
Modby TeamCoFH
Redstone Flux API - Energy Transfer in Minecraft.
Type
Mod
CurseForge Downloads
86,971,821
CurseForge ID
270789
Last Updated
Sep 11, 2026
Description
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
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Just Enough Items (JEI)
View Items and Recipes
Cloth Config API (Fabric/Forge/NeoForge)
Config Screen API for Minecraft
Mouse Tweaks
Enhances inventory management by adding various functions to the mouse buttons.
AppleSkin
Adds some useful information about food/hunger to the HUD
Fabric API
Core API library for the Fabric toolchain
GeckoLib
A 3D animation library for entities, blocks, items, armor, and more!