Minecraft Mine Flux API mod 2026 download
logo
minecraft mod Mine Flux API

Mine Flux API

Game Version: 1.18.1
Total Downloads: 114
Updated: Jan 29, 2022
Created: Jan 21, 2022
Download Mine Flux APIDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
[Forge 1.18.1] v1.3.1 release 112.44 KB Jan 29, 2022 1.18.1 0 download Mine Flux API [Forge 1.18.1] v1.3.1 releaseDownload
[Fabric 1.18.1] v1.3.1 release 100.09 KB Jan 29, 2022 1.18.1 0 download Mine Flux API [Fabric 1.18.1] v1.3.1 releaseDownload
[Forge 1.18.1] v1.3.0 release 112.45 KB Jan 29, 2022 1.18.1 1 download Mine Flux API [Forge 1.18.1] v1.3.0 releaseDownload
[Fabric 1.18.1] v1.3.0 release 100.09 KB Jan 29, 2022 1.18.1 1 download Mine Flux API [Fabric 1.18.1] v1.3.0 releaseDownload
[Forge 1.18.1] v1.2.3 release 110.70 KB Jan 26, 2022 1.18.1 18 download Mine Flux API [Forge 1.18.1] v1.2.3 releaseDownload
[Fabric 1.18.1] v1.2.3 release 98.58 KB Jan 26, 2022 1.18.1 17 download Mine Flux API [Fabric 1.18.1] v1.2.3 releaseDownload
[Forge 1.18.1] v1.2.2 release 106.12 KB Jan 25, 2022 1.18.1 19 download Mine Flux API [Forge 1.18.1] v1.2.2 releaseDownload
[Fabric 1.18.1] v1.2.2 release 92.99 KB Jan 25, 2022 1.18.1 5 download Mine Flux API [Fabric 1.18.1] v1.2.2 releaseDownload
[Forge 1.18.1] v1.2.1 release 110.82 KB Jan 24, 2022 1.18.1 10 download Mine Flux API [Forge 1.18.1] v1.2.1 releaseDownload
[Fabric 1.18.1] v1.2.1 release 96.36 KB Jan 24, 2022 1.18.1 10 download Mine Flux API [Fabric 1.18.1] v1.2.1 releaseDownload
[Forge 1.18.1] v1.1.0 release 70.96 KB Jan 21, 2022 1.18.1 9 download Mine Flux API [Forge 1.18.1] v1.1.0 releaseDownload
[Fabric 1.18.1] v1.1.0 release 66.73 KB Jan 21, 2022 1.18.1 4 download Mine Flux API [Fabric 1.18.1] v1.1.0 releaseDownload
[Forge 1.18.1] v1.0.0 release 65.03 KB Jan 21, 2022 1.18.1 12 download Mine Flux API [Forge 1.18.1] v1.0.0 releaseDownload
[Fabric 1.18.1] v1.0.0 release 62.64 KB Jan 21, 2022 1.18.1 8 download Mine Flux API [Fabric 1.18.1] v1.0.0 releaseDownload

Description

Share this:

Mine Flux

 

Mine Flux API is a cross platform energy api that aims to bridge the gap between forge energy and fabric. The forge version is completely compatible with existing forge energy systems. the fabric version brings its own version of energy that behaves exactly the same way as the forge version.

 

The unit is MF and the conversion ratio is 1 MF = 1 FE = 1 RF

 

THIS MOD REQUIRES ARCHITECTURY API

 

For developers wishing to use this api:

Your BlockEntity must implement IMFContainer and return the IMFStorage for the side. you will have to check if the Object parameter is an instance of Side.

for Forge BlockEntities, you must also use the Forge Energy Capability and feed it your IMFStorage based on the Side. Don't worry MFStorageForge implements both IMFStorage and forge's IEnergyStorage

On the forge side you can get the IMFStorage using Forge Energy capability. on fabric side you cast the BlockEntity/Item to IMFContainer and call getStorageFor() and pass in a Side/ItemStack. There are some

helper methods for this in EnergyUtil

Comments

Add a comment