Download Flux Library (FL) — Minecraft Mods — MetaMods

Flux Library (FL)

Active

Downloads

20

Last update

2 years ago
Client
Libraries

Flux Library (FL)

Flux Library (abbreviated as FL) is a universal library specifically created for Minecraft mods. The main goal of this library is to provide maximum performance with minimal resource consumption. FL is actively used in the latest versions of my other mods (for example, Flux Machinery). At the same time, other developers can also use this library in their projects!

Want to use this library in your own mod?

Add the following lines to your build.gradle file (only if they are not there yet; do not insert into the buildscript section):

repositories {
    maven {
        name = "CurseForge"
        url = "https://minecraft.curseforge.com/api/maven/"
    }
}

Then add this to the dependencies section (replace VERSION with the appropriate version):

deobfCompile "fl:fl:VERSION"

For modpack creators: YES! You can include this mod/library in your packs (only if some mod requires it).

Project members
Szeweq

Szeweq

Created: 29 Jul 2022

ID: 36757